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. Can someone please provide me some tutorial based on already created modules of nodejs? I dont want to re-write the nodejs server side code from scratch!
Check the below link a simple chat example in step by step node.js chat sever +client with out socket io
Read the code, it's simple and clear! U can easily create the module yourself