uNetworking/uWebSockets.js

There is a way to get the number of client connections from Node.js?

deyveloper opened this issue · 2 comments

I'm trying to build Prometheus metrics abstraction. I can't find a way to retrieve the client sockets connections count from uws application.

App.filter lets you count them

Screenshot 2024-01-29 at 13 44 22
Typescript error (property doesn't exists)