Skip to content

sagikazarmark/grpc-intro-workshop

Repository files navigation

gRPC intro workshop

Record (HUN): https://www.youtube.com/watch?v=ahb4qqKlaaA

Prerequisites

  1. Git, Make, etc.
  2. Make sure you have the latest Go
  3. Install the following tools:

Alternatively, install nix and direnv, then run direnv allow once you checked out the repository.

Usage

  1. Checkout this repository
  2. Go through the examples
  3. Check out the solutions if you need inspiration

Development

Make sure nix and direnv are installed, then run direnv allow.

To work on the slides, run task slides. It will open a browser window and automatically refresh the page when you make changes to the slides.