There is a way to get the number of client connections from Node.js?
deyveloper opened this issue · 2 comments
deyveloper commented
I'm trying to build Prometheus metrics abstraction. I can't find a way to retrieve the client sockets connections count from uws application.
uNetworkingAB commented
App.filter lets you count them
deyveloper commented