Skip to content

Instantly share code, notes, and snippets.

@danbills
Created September 15, 2017 14:14
Show Gist options
  • Save danbills/dc4e122c53f56f9252c3cf84d5b0baff to your computer and use it in GitHub Desktop.
Save danbills/dc4e122c53f56f9252c3cf84d5b0baff to your computer and use it in GitHub Desktop.
talk promo
How many times have you used a JSON/ REST service? Did you enjoy it?
How many times have you written JSON decoders on top of an HTTP server?
Ever wish there was an API in your language of choice?
There happens to be a pretty nice solution to these issues.
With the gRPC/protocol buffers system by Google we specify rich types and a
service , then it generates a client and a skeleton server in over 10 languages.
We'll look at the Java/Scala server implementation and we'll generate clients
in C++, Java, Scala, Python and Go.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment