This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Unix Domain Sockets for Windows #2797
Closed
Description
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.
Thoughts?