Overview of grpc_core capabilities
masterThe grpc_core package provides the foundational components used by both grpc_server and grpc. Its core features include:
- Codecs: Support for Protocol Buffers, JSON, WebText, and Erlpack.
- Compressors: Gzip compression support.
- Transport: HTTP/2 utilities.
- Core Types: Status codes, errors, credentials, and telemetry.
- Protoc Plugin: Tooling for code generation.