I have just embedded node-red in a Node.js web app with all default settings and I am getting this web browser error:
ERROR WebSocket connection to 'ws://localhost:3001/red/comms' failed
Clearly, I have not created an endpoint at /red/comms but my question is, once I create this WS endpoint, what should it do? is there documentation for this or perhaps complete embedding installation Guide?
Thank you!