appmetrics icon indicating copy to clipboard operation
appmetrics copied to clipboard

Request for WebSocket probe

Open mattcolegate opened this issue 8 years ago • 1 comments
trafficstars

to be later graphed on dash. https://groups.google.com/d/msg/node-red/ryEg1vZ01tM/PyuacES4AgAJ

mattcolegate avatar Jul 28 '17 08:07 mattcolegate

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.

sam-github avatar Aug 03 '17 13:08 sam-github