eazy

A helpful wrapper on top of node-zeromq to simplify the interface

Usage no npm install needed!

<script type="module">
  import eazy from 'https://cdn.skypack.dev/eazy';
</script>

README

eazy - a simple wrapper on top of node-zmq to make life even easier

Eazy (spelled with a Z instead of an S, take note) aims to simplify the zero-mq interface for node. What it does is provide an easy way to create persistent socket connections that you can pass to different modules in your process to be reused automatically, as well as closing the sockets properly when the process exits or fails.

Installation

npm install eazy

Usage

coming soon... see test cases first

License (IMPORTANT!)

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.