node-unix-dgram icon indicating copy to clipboard operation
node-unix-dgram copied to clipboard

Is it possible to add Windows support?

Open avedmala opened this issue 1 year ago • 1 comments

I noticed the package has the dummy logic for Windows as there wasn't support for Datagrams over UDS. But I was wondering if given the recent support for AF_UNIX and SOCK_DGRAM on Windows, is it possible to add support?

I'm working on a Windows project and on one side I was able to send data to a Windows Named Pipe with a Stream Socket. But now I need to be able to send Datagrams.

avedmala avatar Aug 02 '23 17:08 avedmala

I'm aware it exists and, although I don't plan to work on it myself, a pull request is welcome. Read through https://github.com/libuv/libuv/issues/2537 because there are some gotchas to keep in mind.

bnoordhuis avatar Aug 02 '23 21:08 bnoordhuis