priestjim / gen_rpc

A scalable RPC library for Erlang-VM based languages
Apache License 2.0
221 stars 81 forks source link

Implement TCP server architecture #48

Closed priestjim closed 8 years ago

priestjim commented 8 years ago

Implement a completely decoupled from Distributed Erlang architecture that uses a TCP server in the place of rpc calls, allowing communication over insecure networks.