@obl/zmq-ws

ZeroMQ to WebSocket

Usage no npm install needed!

<script type="module">
  import oblZmqWs from 'https://cdn.skypack.dev/@obl/zmq-ws';
</script>

README

salsa-api

Install

npm install

Starting

npm start

Development

NODE_ENV=development npm start

Testing

Start server

NODE_ENV=development npm start

Start testing broker

NODE_ENV=development npm run test-broker

Test wwebsocket

NODE_ENV=development npm run test-ws

Start zmq2ws and discovery separatly

Start discovery

NODE_ENV=development npm run discovery

Start zmq2ws

NODE_ENV=development npm run zmq2ws