I want to create a chat module for my web application. I searched on http://search.npmjs.org/ for “chat” and found many chat modules but none of them have any solid example tutorial that how can I implement my chat module.
Would someone provide a tutorial based on already created modules of NodeJS? I don’t want to re-write the NodeJS server side code from scratch!
http://chat.nodejs.org/
Read the code, it’s simple and clear! You can easily create the module yourself.