wsmanagement
v1.0.7
Published
Reconnecting websocket management for connection to the augmented node
Downloads
6
Readme
WebSocketManagement
Websocketmanagement is a simple javascript class to handle a reconnecting websocket communication with the Interblockchain augmented nodes.
#Installation In the auditor directory, simply issue:
npm install wsmanagement
Use Case
For information on how to use WebsocketManagement, take a look at the Interblockchain .
Prerequisite
- node: install node from here
Prior to run, install all dependencies with npm install
. To view dependencies, please refer to the package.json file.