On Thu, Oct 31, 2013 at 7:55 AM, Kashyap CK <[email protected]> wrote: > Hi, > I was looking for a portable networking module for C++ and it appears that > using node.js's networking code could be good. Has anyone attempted this? > How easy would it be to pluck out the networking API of node out into a > module that can be used for C++ apps? It would've been good if I could get > the HTTP bit as well but it looks like HTTP is built in js. > Regards, > Kashyap
We've got your back. The networking (and much more) library that node.js uses is called libuv and it's available here: https://github.com/joyent/libuv -- -- 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.
