[erlang-questions] [ANN] Erlang distributed node in Go

Maxim Treskin zerthurd@REDACTED
Thu Jan 24 10:09:45 CET 2013


Glad to present implementation of Erlang distributed node in Go

https://github.com/goerlang/node

Supported features:

 - Publish listen port via EPMD
 - Handle incoming connection from other node using Erlang Distribution
Protocol
 - Spawn Erlang-like processes
 - Register and unregister processes with simple atom
 - Send messages to registered (using atom) or not registered (using Pid)
processes at Go-node or remote Erlang-node
 - Create own process with GenServer behaviour (like gen_server in
Erlang/OTP)

Pull requests are welcome!

-- 
Max Treskin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130124/e96c8bda/attachment.htm>


More information about the erlang-questions mailing list