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.
- Host: GitHub
- URL: https://github.com/squaremo/node.js.node
- Owner: squaremo
- Created: 2010-07-25T20:41:35.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-09-07T22:16:56.000Z (almost 16 years ago)
- Last Synced: 2025-03-25T08:04:10.364Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ..