epmd-client

0.0.2 • Public • Published

node-epmd-client

Build Status Coverage Status

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

Package Sidebar

Install

npm i epmd-client

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • mweibel