node-red-contrib-jsonrpc2 1.0.0
Node RED wrapper arround a JSON RPC 2.0 implementation.
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.