Is there an out of the box solution for monitoring websockets (bandwidth, number of connected clients, debugging tools) similar to datadog? (compatible with Nodejs)
Ask HN: Websocket Monitoring?
1–4 of 4 posts
Re: Ask HN: Websocket Monitoring?
#2Would like this as well. Charles Proxy does not work for websockets well.
Re: Ask HN: Websocket Monitoring?
#3Why not connect sockets to kafka
Re: Ask HN: Websocket Monitoring?
#4Any 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.