There are several ways to create a chat application with Nodejs, if you use socket.io, you can refer to module delivery.js in the following link:
https://www.npmjs.org/package/delivery On Jun 9, 2014, at 3:15 PM, Dai Duong Vu <[email protected]> wrote: > I'm building a chat application using nodejs. About chat, it's ok. But i dont > know how to send file between users! P/s: i'm a newbie ^^! Thank you! > > -- > Job board: http://jobs.nodejs.org/ > New group rules: > https://gist.github.com/othiym23/9886289#file-moderation-policy-md > Old group rules: > 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 unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/34bec7ac-4ce6-48c5-8530-90a0f8f69111%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/971BAE1E-A072-4230-96A0-8803E3F502F3%40gmail.com. For more options, visit https://groups.google.com/d/optout.
