erps v0.7.0 API Reference

Modules

Erps is an OTP-compliant remote protocol service

Create an Erps client GenServer.

A Process which sits on a TCP port and listens to inbound connections, handing them off to Erps.Server modules when an connection arrives.

Create an Erps server GenServer.

implements no transport, which turns the Erps server into a basic GenServer with some overhead.