Distributed Erlang/OTP

Hamler is compiled to Erlang/OTP, which is a concurrent, fault-tolerant, distributed programming platform. A distributed Erlang/OTP system consists of a number of Erlang runtime systems called node. Nodes are connected with TCP/IP sockets and communicate by message passing.

DistributedNodes