uNetworking / uWebSockets.js

μWebSockets for Node.js back-ends :metal:
Apache License 2.0
7.64k stars 560 forks source link

Add binding for App.filter #1010

Closed driesdewinter closed 6 months ago

driesdewinter commented 6 months ago

Hi,

In my javascript application I need to keep track of the number of open connections. I found that the C++ library already has the filter function for that, so I added a wrapper for it.

I tried to follow the examples of the other wrappers as much as possible, and also added a brief documentation. Could you review and consider integrating this change in the master branch?

Thanks in advance,

Dries De Winter.

uNetworkingAB commented 6 months ago

looks good