January 17, 2020

250 words 2 mins read

gRPC and Go: Developing Efficient and Type-Safe Services - Clinton Kitson, {code}

gRPC and Go: Developing Efficient and Type-Safe Services - Clinton Kitson, {code}

While REST, JSON over HTTP 1.1, is ubiquitous, it is a simple text-based protocol that was not designed to handle the demands of modern cloud-native service architectures. The gRPC project, originated …

Talk Title gRPC and Go: Developing Efficient and Type-Safe Services - Clinton Kitson, {code}
Speakers Clint Kitson (Technical Director, {code})
Conference Open Source Summit North America
Conf Tag
Location Los Angeles, CA, United States
Date Sep 10-14, 2017
URL Talk Page
Slides Talk Slides
Video

While REST, JSON over HTTP 1.1, is ubiquitous, it is a simple text-based protocol that was not designed to handle the demands of modern cloud-native service architectures. The gRPC project, originated from work at Google, is intended to continue where JSON stopped. It is a universal RPC protocol that uses binary payload over HTTP 2.0 for creating efficient, strongly typed, idiomatic and expressive service APIs using the language of your choice (ten so far). In this session, speaker Vladimir Vivien explores the use of gRPC with the Go programming language. The session starts with the definition of a service using gRPC’s interface definition language (IDL). It continues on to create a working service while demonstrating the different gRPC API styles including uni-directional, bi-directional and streaming. Lastly, the session explores implications such client development, integration with existing JSON environments, and security. Presentation topics: - gRPC overview - gRPC and the Go programming language - Service definition and code generation - Synchronous and asynchronous streaming APIs - gRPC services with REST gateways - Secure services

comments powered by Disqus