Skip to content

mweibel/node-epmd-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js EPMD client

Resources

License

Stars

Watchers

Forks

Packages

No packages published