We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

gRPC 101 - building fast and efficient microservices

Formale Metadaten

Titel
gRPC 101 - building fast and efficient microservices
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
gRPC is a high performance, open source, general RPC framework that putsmobile and HTTP/2 first. gRPC is based on many years of Google's experience inbuilding distributed systems - it is designed to be low latency, bandwidth andCPU efficient, to create massively distributed systems that span data centers,as well as power mobile apps, real-time communications, IoT devices and APIs.It's also interoperable between multiple languages. But beyond that fact that it's more efficient than REST, we'll look into howto use gRPC's streaming API, where you can establish server-side streaming,client-side streaming, and bidirectional streaming! This allows developers tobuild sophisticated real-time applications with ease. In addition to learning about gRPC and HTTP/2 concepts with code anddemonstrations, we'll also deep dive into integration with existing buildsystems such as Maven and Gralde, but also frameworks such as Spring Boot andRxJava. \- Configuring projects to generate gRPC stub code \- Using Protobuf3to define services \- Creating synchronous and asynchronous services, withstreaming. \- Load balancing \- Interceptors gRPC is a high performance, open source, general RPC framework that putsmobile and HTTP/2 first. gRPC is based on many years of Google's experience inbuilding distributed systems - it is designed to be low latency, bandwidth andCPU efficient, to create massively distributed systems that span data centers,as well as power mobile apps, real-time communications, IoT devices and APIs.It's also interoperable between multiple languages. But beyond that fact that it's more efficient than REST, we'll look into howto use gRPC's streaming API, where you can establish server-side streaming,client-side streaming, and bidirectional streaming! This allows developers tobuild sophisticated real-time applications with ease. In addition to learning about gRPC and HTTP/2 concepts with code anddemonstrations, we'll also deep dive into integration with existing buildsystems such as Maven and Gralde, but also frameworks such as Spring Boot andRxJava. \- Configuring projects to generate gRPC stub code \- Using Protobuf3to define services \- Creating synchronous and asynchronous services, withstreaming. \- Load balancing \- Interceptors