Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more gRPC practice projects #108

Open
illicitonion opened this issue Jan 11, 2023 · 1 comment
Open

Add more gRPC practice projects #108

illicitonion opened this issue Jan 11, 2023 · 1 comment

Comments

@illicitonion
Copy link
Member

Our fellows should have written so many gRPC servers and clients that they can spin up a new one from scratch in 15 minutes.

Right now we only have one gRPC project, and it lacks:

  1. Writing the proto definitions from scratch
  2. Hosting multiple services (both on the same port, and on separate ports)
  3. Single binaries acting as both clients and servers

We should bulk out the gRPC experience a bit with some repetition so that by the time they're implementing raft, this stuff is second nature.

@illicitonion
Copy link
Member Author

Probably also: Contacting multiple servers in parallel with the same request, and either waiting for all responses or the first response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants