socket.io-zeromq-sample

0.0.1 • Public • Published

socket.io-zeromq-sample

This project is socket.io zeromq implementation sample.

Setup

$ git clone git@github.com:kazupon/socket.io-zeromq-sample.git
$ npm install

Usage

Run the zeromq pub/sub server

$ ./node_modules/.bin/socket.io-zeromq-server

Use the socket.io-zeromq-server.

Run the frontend

$ node ./frontend.js

In frontend.js, Use the socket.io-zeromq adapter.

Run the backend

$ node ./backend.js

In backend.js, Use the socket.io-zeromq-emitter emitter.

License

MIT license.

See the LICENSE.

Readme

Keywords

none

Package Sidebar

Install

npm i socket.io-zeromq-sample

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • kazupon