node-red-contrib-deepstream
v1.1.26
Published
Deepstream Client for NodeRed
Downloads
11
Readme
node-red-contrib-deepstream
Node-red component for Deepstream services (A websocket server that syncs realtime data between browsers, smartphones, backends and the IoT)
This package provides deepstream functions for NodeRed (https://deepstreamhub.com/open-source/?io).
Based on deepstream.io-client-js : https://github.com/deepstreamIO/deepstream.io-client-js
Supported functions :
- Events
- Records
- RPC
Events
- Deepstream Event Subscribe (Input)
- Deepstream Event Emit (Output)
Records
- Deepstream Record get (Input)
- Deepstream Record subscribe (Input)
- Deepstream Record update (Output)
RPC
- Deepstream RPC provide (Input)
- Deepstream RPC Make (Function)