node-red-contrib-jsonrpc2
v1.0.0
Published
Node RED wrapper arround a JSON RPC 2.0 implementation.
Downloads
3
Readme
node-red-contrib-jsonrpc2
Node-RED node for JSON-RPC 2.0 communication. Wraps node-jsonrpc2.
Install
Run the following command in your Node-RED user directory - typically ~/.node-red
npm install node-red-contrib-jsonrpc2
Usage
TBD
Acknowledgements
Uses procesar's fork of the json rpc 2.0 implementation https://github.com/pocesar/node-jsonrpc2.