Categorygithub.com/AntonyIS/golang-grpc-app-1
modulepackage
0.0.0-20220129052102-30c619e14b56
Repository: https://github.com/antonyis/golang-grpc-app-1.git
Documentation: pkg.go.dev

# README

Introduction to Golang and gRPC

A simple introduction to golang and gRPC. gRPC is a modern open source Remote Procedural Call (RPC) framework. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.

Feature

  • Simple service defination

  • Define your service using Protocol Buffers, a powerful binary serialization toolset and language
  • Start Quickly and scale

  • Install runtime and dev environments with a single line and also scale to millions of RPCs per second with the framework
  • Works across languages and platforms

  • Automatically generate idiomatic client and server stubs for your service in a variety of languages and platforms
  • Bi-directional streaming and integrated auth

  • Bi-directional streaming and fully integrated pluggable authentication with HTTP/2-based transport

Companies using gRPC

  • Square
  • Netflix
  • Cisco
  • Slack
  • Microsoft
  • NVIDIA
  • Intel
  • Samsung Electronics

References

# Packages

No description provided by the author