Ask HN: Websocket Monitoring?

4 points by theo44 ↗ HN
Is there an out of the box solution for monitoring websockets (bandwidth, number of connected clients, debugging tools) similar to datadog? (compatible with Nodejs)

3 comments

[ 5.0 ms ] story [ 14.2 ms ] thread
Would like this as well. Charles Proxy does not work for websockets well.
Why not connect sockets to kafka
Any message broker that support a messaging protocol (like MQTT) over Websocket will have that. Check out the free SaaS message broker at https://console.solace.cloud/ if it fits your need.