Skip to content

Instantly share code, notes, and snippets.

@wejrowski
Last active June 13, 2018 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wejrowski/b7bd74ec8d2df148fd58fa058549d39b to your computer and use it in GitHub Desktop.
Save wejrowski/b7bd74ec8d2df148fd58fa058549d39b to your computer and use it in GitHub Desktop.
gRPC + Endpoints notes

Why gRPC & Endpoints

  • Endpoints might be great alternative to Mashery/Apigee with cloud integration
  • gRPC seems to be Google's standard for service to service communication. Services are gRPC, JSON API generated and proxied to gRPC service with endpoints (you essentially pass it your proto file and your openapi spec and it maps it together).
  • gRPC allows you to easily create libraries for all major languages
  • Extensible and flexible interface to apis

Try it out

gRPC and App Engine Standard support?

Helpful Resources

Look into

  • App Engine Flex gRPC support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment