gRPC Core

Core gRPC types, codecs, and utilities for Elixir.

This package provides the foundational components used by both grpc_server and grpc_client:

Installation

Add grpc_core to your list of dependencies in mix.exs:

def deps do
  [
    {:grpc_core, "~> 0.12"}
  ]
end

Usage

Most users shouldn't depend on grpc_core directly. Instead, use:

Documentation

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/grpc_core.