This is a little example of how to expose data from ZMQ applications to an HTTP server.
Components:
- Publisher: ZMQ application that collects data of some source. Written in C.
 - Subscriber: ZMQ application subscribed to the publisher in order to listen for data and then to send it to the webserver. Written in nodejs
 - HTTP server: Server listening for POST petitions.
 
Timeline: