@otpjs/epmd-client
v0.1.0
Published
Node.js EPMD client
Downloads
5
Maintainers
Readme
node-epmd-client
EPMD is the abbreviation for Erlang Port Mapper Daemon and this is a client implementing the EPMD protocol. Using this client, you're able to register yourself as a node on EPMD or you can also find out about ports Erlang nodes listen on. It doesn't however make it possible to actually connect to an Erlang node, this is will be implemented as part of another repository.
Installation
npm install --save epmd-client
Usage
Please have a look in the examples directory.
License
MIT