ExZRPC
Elixir RPC over ZeroMQ.
Installation
If available in Hex, the package can be installed
by adding exzrpc to your list of dependencies in mix.exs:
def deps do
[
{:exzrpc, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exzrpc.
ToDo
- Function allowlist/routing
- Simple REQ-REP sockets (single thread) implementation
- Load-balanced implementation
-
Benchmark vs gRPC vs HTTP JSON API vs
:rpc.call/4(Erlang distribution) - Usage documentation
- Design documentation
- Publish to Hex.pm