On Wednesday, August 28, 2013 8:10:37 AM UTC-4, [email protected] wrote: > > Hello, > I have an application that listens on a Unix socket. I have been given a > new requirement that I must use UDP. I dont see anyway in the Dgram > documentation <http://nodejs.org/api/dgram.html> to use a Unix socket, am > I missing something really obvious? > > Unix socket dgram support was removed from node core a long while back. It was pulled out into a separate module though: https://github.com/bnoordhuis/node-unix-dgram
-- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
