uNetworking / uWebSockets.js

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

Missing wrapper for listening to unix domain socket #815

Closed mikrosystheme closed 1 year ago

mikrosystheme commented 1 year ago

The signature was added in uWebSockets#1486, but as far as I can tell it has not been wrapped yet. I know that this is a niche feature with very little use, but it would reduce the mental burden of having to pick a port number when running different applications behind a proxy.

OmgImAlexis commented 1 year ago

Is there currently any way to manually access this with the .js lib or does it need to be wrapped first?