Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 378 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 378 Bytes

ZeroMQ Echo Server

A simple request/response echo server written in ZeroMQ for Node.js. See the official docs for more information about ZeroMQ.

Installation

npm install

Usage

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