gRPC Core Framework

The gRPC core framework defines the RPC protocol, service definition format using Protocol Buffers, and the fundamental call lifecycle including unary, server-streaming, client-streaming, and bidirectional streaming patterns over HTTP/2. It is the foundational specification implemented by all language-specific gRPC SDKs.

API entry from apis.yml

apis.yml Raw ↑
aid: grpc:grpc-core
name: gRPC Core Framework
description: The gRPC core framework defines the RPC protocol, service definition format using Protocol
  Buffers, and the fundamental call lifecycle including unary, server-streaming, client-streaming, and
  bidirectional streaming patterns over HTTP/2. It is the foundational specification implemented by all
  language-specific gRPC SDKs.
humanURL: https://grpc.io/docs/what-is-grpc/introduction/
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://grpc.io/docs/what-is-grpc/introduction/
- type: Reference
  url: https://grpc.io/docs/what-is-grpc/core-concepts/
- type: Authentication
  url: https://grpc.io/docs/guides/auth/
- type: GitHubRepository
  url: https://github.com/grpc/grpc
- type: JSONSchema
  url: service-config-schema.json
- type: JSONSchema
  url: json-schema.yml
- type: JSON-LD
  url: context.jsonld
tags:
- HTTP/2
- Protocol Buffers
- RPC
- Streaming