SockJS connector for digger requests
npm install digger-socketsdigger-sockets
==============
A digger supplychain that connects via socket.io for pub/sub and optionally JQuery or angular or req/rep
$ npm install digger-sockets
Using browserify you can connect to a backend digger reception server via socket.io
To build the module:
$ browserify -r digger-sockets > bundle.js
Then on a web-page:
``html``
If digger-sockets finds Jquery or angular on the page - it will use those as connectors for REQ/REP requests.
It will still use the socket for switchboard (realtime) requests.
MIT