[erlang-questions] [go-nuts] Re: [ANN] Erlang distributed node in Go

techabc techabc@REDACTED
Tue Jan 29 06:26:18 CET 2013


nice bridge between erlang and golang, thank u.



>
> On Thu, Jan 24, 2013 at 11:48 AM, Vladimir Sibirov <trustmaster@REDACTED
> > wrote:
>
>> That's quite an interesting project!
>>
>> Is it already used in some real world applications? What are the benefits
>> of building heterogeneous Erlang/Go systems?
>>
>>
>>
>> Glad to present implementation of Erlang distributed node in Go
>>>
>>> https://github.com/goerlang/**node <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/20130129/246b669d/attachment.htm>


More information about the erlang-questions mailing list