An open API service indexing awesome lists of open source software.

https://github.com/squaremo/node.js.node

epmd and distribution protocol for node.js.
https://github.com/squaremo/node.js.node

Last synced: about 1 year ago
JSON representation

epmd and distribution protocol for node.js.

Awesome Lists containing this project

README

          

This is going to be a library for running an Erlang (hidden) node
in node.js.

To do this needs:

* The Erlang Port Mapper Daemon protocol
* A binary term format codec
* The distribution protocol
* Some idiomatic mapping of the commands coming from the previous

The first three aren't very tricky. The last isn't totally obvious,
so it's going to be a bit experimental for a while ..