Stephanie Caulley

Learning Resources

Really good code lab for gRPC and Node.

  • April 28, 2020 at 6:12 AM
  • Last updated about 4 years ago
  • Visible to group members and anyone with the link
Google

Building a gRPC service with Node.js

gRPC is a language-neutral, platform-neutral remote procedure call (RPC) framework and toolset developed at Google. It lets you define a service using Protocol Buffers, a particularly powerful binary serialization toolset and language. It then lets you generate idiomatic client and server stubs from your service definition in a variety of languages.