Skip to content

Echo server for tcp socket testing. Written in ZeroMQ for Node.js

Notifications You must be signed in to change notification settings

beninada/zeromq-echo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Echo server for tcp socket testing. Written in ZeroMQ for Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published