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 won't need to depend on grpc_core directly. Instead, use:

Documentation

For full documentation, see the main gRPC Elixir documentation. def deps do [

{:grpc_core, "~> 0.1.0"}

] end


Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/grpc_core>.