appmetrics
appmetrics copied to clipboard
Request for WebSocket probe
trafficstars
to be later graphed on dash. https://groups.google.com/d/msg/node-red/ryEg1vZ01tM/PyuacES4AgAJ
I think he might have meant literally ws https://www.npmjs.com/package/ws not "web sockets". There are a couple websocket implementations for node, they probably each need their own probes. IIRC ws is used by socket.io, but https://www.npmjs.com/package/faye-websocket and https://www.npmjs.com/package/websocket are also popular, and there might be some others.