epmd-client

Node.js EPMD client

Usage no npm install needed!

<script type="module">
  import epmdClient from 'https://cdn.skypack.dev/epmd-client';
</script>

README

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