Skip to content

Instantly share code, notes, and snippets.

@petomalina
Last active March 21, 2017 12:32
Show Gist options
  • Save petomalina/55c9c6ff5d0e94edab238ba1dbee1263 to your computer and use it in GitHub Desktop.
Save petomalina/55c9c6ff5d0e94edab238ba1dbee1263 to your computer and use it in GitHub Desktop.
Introduction to gRPC - Peter Malina - FlowUp

Abstract

We are gonna talk about gRPC - the high performance RPC framework released by Google. Microservice architectures often come with a pain in deployment and testing. This talk is focused on building microservice architectures that are easily testable and deployable using gRPC and Go.

About Me

I am a CTO at software development company called FlowUp based in Brno. I am mainly focused on building scalable systems using Golang and Angular, always looking forward to experiment with new tech (which is why people love/hate me).

Agenda

  • What is Microservice?
  • What is RPC?
  • Introduction to gRPC and Protocl Buffers
  • Generating gRPC code
  • Demo time! Creating simple gRPC services
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment