0.2.5 • Published 2 years ago

node-red-contrib-ws-subscriber-custom v0.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

node-red-contrib-ws-subscriber-custom

Custom Websocket for connecting to ESB with help of Header with Token and X-ClientId.

Installation

npm install node-red-contrib-ws-subscriber-custom

Or in NodeRED Manage palette and serarch for node-red-contrib-ws-subscriber-custom

Publish or update npm packages

First:

npm publish --access=public

After publishing npm package, you have to add the public package to the nodered palette. Go to https://flows.nodered.org/add/node and add your packagename. After a while you can find it in Nodered palette.

Usage

custom-websocket-subsriber Node

subscriber

Every subscriber node needs

  • Websocket-Serveradress
  • XClientId
  • Token

If everything is correct the node shows a green dot after deploy. If the dot is red, something went wrong while connecting to the WSS.

Incoming messages gets append to the output message object with the name "payload". incomingmessage

custom-websocket-acknowledge

acknowledge

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago