You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
With v5.0 came the support for Unix Domain Sockets for http servers. As far as I know these only work on Unix systems, where UDSs are natively supported. When I try to listen to a socket on Windows, I get an EACCESS error, no matter what I do.
Would it be possible to use Sockets on Windows too using the Winsock API? Maybe either Node.js or libuv could abstract them to a common interface.
With v5.0 came the support for Unix Domain Sockets for http servers. As far as I know these only work on Unix systems, where UDSs are natively supported. When I try to listen to a socket on Windows, I get an
EACCESSerror, no matter what I do.Would it be possible to use Sockets on Windows too using the Winsock API? Maybe either Node.js or libuv could abstract them to a common interface.
Thoughts?