Current section

Files

Jump to
surgex lib surgex rpc rpc.ex
Raw

lib/surgex/rpc/rpc.ex

defmodule Surgex.RPC do
@moduledoc """
Remote procedure call system based on Protocol Buffers.
Currently, this module only supports making calls via `Surgex.RPC.Client` to an RPC call processor
implemented using the [surgery](https://github.com/surgeventures/surgery) package.
"""
end