Exrpc
Simple Elixir RPC.
!!! This is a pre-stable release, expect breaking API changes !!!
Installation
The package can be installed by adding exrpc to your list of dependencies in mix.exs:
def deps do
[
{:exrpc, "~> x.y.z"}
]
end
Usage
Documentation can be found at HexDocs.
ToDo
- Function allowlist/routing
- Publish to Hex.pm
- Documentation