This is a node package for n8n that adds standalone WebSocket server functionality to your workflows. It provides WebSocket Trigger and Response nodes that allow you to create independent WebSocket ...
For example, using python: python3 -m http.server You'll now have a webserver on localhost:8080 (or any other port indicated) Point browser to your webserver url (in ...