0.1.5 • Published 4 years ago

node-red-contrib-socketio-client-with-dynamic-listener-emitter v0.1.5

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

node-red-contrib-socketio-client-with-dynamic-listener-emitter

Nodes

  1. Socket.IO Emitter
  2. Socket.IO Listener

How to use

Socket.IO Connector -> Socket.IO Listener -> Payload

1. Socket.IO Emitter

We can create dynamic emittor node. ie the event name and message are created runtime based on the input's message payload. From message payload we accept eventName as 'msg.payload.eventName' and emitted message as 'msg.payload.message'.

2. Socket.IO Listener

We can create dynamic listener node. ie the event name is created runtime based on the input's message payload. From message payload we accept eventName as 'msg.payload.eventName'.

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago