node-unix-dgram
node-unix-dgram copied to clipboard
Is it possible to add Windows support?
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.
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.