I'm building a HTML page which renders a graph created using VivaGraph ( https://github.com/anvaka/VivaGraphJS ) .
This graph should be fed by data coming from a ZMQ (ZeroMQ) datastream, where my webpage is connected as "Subscriber" to a "Publisher"; the perfect example code is here: https://github.com/zeromq/zeromq.js/#pubsub
The problem is: VivaGraph is for JS on client side while ZMQ is for NodeJS environment.
How can bind my VivaGraph graph to the ZMQ data stream in the client side?