laumair / iota-zmq-events-proposal

A sample project to demonstrate publishing and subscribing to zmq events from IOTA node software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a sample project to demonstrate publishing and subscribing to zmq events from IOTA node software.

To run:

  1. Install node modules

    npm install
    
  2. Run publisher

    node publisher.js
    
  3. Run subscriber

    node subscriber.js
    

About

A sample project to demonstrate publishing and subscribing to zmq events from IOTA node software.


Languages

Language:JavaScript 100.0%