<div dir="ltr"><div>Glad to present implementation of Erlang distributed node in Go</div><div><br></div><div><a href="https://github.com/goerlang/node">https://github.com/goerlang/node</a><br></div><div><br></div><div>Supported features:</div>

<div><br></div><div> - Publish listen port via EPMD</div><div> - Handle incoming connection from other node using Erlang Distribution Protocol</div><div> - Spawn Erlang-like processes</div><div> - Register and unregister processes with simple atom</div>

<div> - Send messages to registered (using atom) or not registered (using Pid) processes at Go-node or remote Erlang-node</div><div> - Create own process with GenServer behaviour (like gen_server in Erlang/OTP)</div><div>

<br></div><div>Pull requests are welcome!</div><div><br></div>-- <br>Max Treskin
</div>