qm-hub-websocket is a WebSocket module for Node-RED, version 1.0.8, used to integrate with the Quimera Hub ecosystem. It provides custom WebSocket nodes within Node-RED for real-time communication. Release cadence is not documented; updates are infrequent. Differentiators: tightly coupled with Quimera Hub JIG framework, not a standalone WebSocket library. Primarily used in Node-RED flows for industrial IoT and automation scenarios. Minimal documentation available; limited community support.
npm install qm-hub-websocketNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installing and using the qm-hub-websocket node in Node-RED, including npm install and flow JSON example.
Use only within Node-RED context. Install the package in your Node-RED user directory and use the node in flows.
Ensure you have access to a Quimera Hub WebSocket endpoint. Configure the 'hubUrl' property accordingly.
Refer to Quimera Hub JIG documentation or contact the package maintainers for detailed usage.
Monitor the GitHub repository for new releases or fork to patch.
cd ~/.node-red && npm install qm-hub-websocket
Use the node in Node-RED flows only. Remove any require() calls.
Ensure Node-RED is installed and you are in the correct userDir. Check Node-RED version >= 1.0.0.
Verify the Hub URL and ensure the Hub WebSocket server is active.