Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snykk/simple-go-grpc
gRPC is a high-performance, open-source framework for building remote procedure call (RPC) APIs. It is based on the Protocol Buffers data serialization format, and uses the HTTP/2 protocol for transport. gRPC enables client and server applications to communicate transparently, and supports a wide variety of programming languages.
https://github.com/snykk/simple-go-grpc
grpc grpc-go
Last synced: 3 months ago
JSON representation
gRPC is a high-performance, open-source framework for building remote procedure call (RPC) APIs. It is based on the Protocol Buffers data serialization format, and uses the HTTP/2 protocol for transport. gRPC enables client and server applications to communicate transparently, and supports a wide variety of programming languages.
- Host: GitHub
- URL: https://github.com/snykk/simple-go-grpc
- Owner: snykk
- Created: 2023-01-24T03:29:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:33:04.000Z (about 2 years ago)
- Last Synced: 2024-06-21T18:05:44.180Z (8 months ago)
- Topics: grpc, grpc-go
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC
gRPC is a high-performance, open-source framework for building remote procedure call (RPC) APIs. It is based on the Protocol Buffers data serialization format, and uses the HTTP/2 protocol for transport. gRPC enables client and server applications to communicate transparently, and supports a wide variety of programming languages. It is commonly used in backend systems to expose functionality to other systems or clients, and can be used in microservices architectures.
# API Calls
![assets/grpc-api-calls.png](assets/grpc-api-calls.png)