gRPC API
Configure and document a gRPC API with services, methods, and proto message types
This folder contains a gRPC API definition. The home file configures servers, packages, and shared options. The services folder contains service definitions, and each service contains its RPC methods.
Streaming patterns
Learn more
Getting Started with gRPC
Create your first gRPC API documentation in NeoArc Studio with services, methods, and Protocol Buffer schemas.
Services and Methods
Define gRPC services with interceptor chains and methods covering all four streaming patterns.
Streaming Patterns
Overview of all four gRPC streaming patterns with real examples: unary, server-streaming, client-streaming, and bidirectional.