A simple request/response echo server written in ZeroMQ for Node.js. See the official docs for more information about ZeroMQ.
npm install
To run the server
node server.js
To run a client that sends "Echo", receives it back, logs it out, then exits.
node client.js