Websocket server and Client config
A simple flow showcasing the usage of Node-RED as Websocket Server and client.
[{"id":"7d551c48106025c7","type":"tab","label":"Websocket","disabled":false,"info":"","env":[]},{"id":"8236a1d441214ad0","type":"websocket in","z":"7d551c48106025c7","name":"test","server":"8330d07b0541a330","client":"","x":210,"y":120,"wires":[["cbdbc7e1655ef695"]]},{"id":"3c3d259ffc7198b6","type":"websocket out","z":"7d551c48106025c7","name":"Test Out","server":"8330d07b0541a330","client":"","x":540,"y":200,"wires":[]},{"id":"c19254c1a52afd8e","type":"debug","z":"7d551c48106025c7","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":540,"y":120,"wires":[]},{"id":"a1b0fd4a62b0b4b7","type":"inject","z":"7d551c48106025c7","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":200,"y":200,"wires":[["a77057b59c4e9d23"]]},{"id":"cbdbc7e1655ef695","type":"function","z":"7d551c48106025c7","name":"function 1","func":"msg.payload = JSON.parse(msg.payload || '{}')\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":380,"y":120,"wires":[["c19254c1a52afd8e"]]},{"id":"a77057b59c4e9d23","type":"function","z":"7d551c48106025c7","name":"function 2","func":"msg.payload = {data: {\n acceleration: 3.4,\n velocity: 34\n}}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":380,"y":200,"wires":[["3c3d259ffc7198b6"]]},{"id":"bcc6b7f6453baa8e","type":"websocket in","z":"7d551c48106025c7","name":"SocketPie","server":"","client":"707dfaa078e17d19","x":200,"y":280,"wires":[["8298f4ea3953adbc"]]},{"id":"8298f4ea3953adbc","type":"debug","z":"7d551c48106025c7","name":"debug 2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":540,"y":280,"wires":[]},{"id":"77c6ad60a13f3240","type":"websocket out","z":"7d551c48106025c7","name":"SocketPie","server":"","client":"707dfaa078e17d19","x":540,"y":340,"wires":[]},{"id":"bc3431cf5045a535","type":"inject","z":"7d551c48106025c7","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":200,"y":340,"wires":[["4e563837c8afc967"]]},{"id":"4e563837c8afc967","type":"function","z":"7d551c48106025c7","name":"function 3","func":"msg.payload = {data: {\n acceleration: 3.4,\n velocity: 34\n}}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":360,"y":340,"wires":[["77c6ad60a13f3240"]]},{"id":"8330d07b0541a330","type":"websocket-listener","path":"/ws/test","wholemsg":"false"},{"id":"707dfaa078e17d19","type":"websocket-client","path":"wss://s8589.nyc1.piesocket.com/v3/1?api_key=HLa7aooWtVFqffYBTLihGUs6h4HadlzsCl6cAaWX¬ify_self=1","tls":"","wholemsg":"false","hb":"0","subprotocol":""}]