pH2Chitchat is the simplest real-time instantaneous chat using node.js and socket.io (without database, just instantaneous 😃).
You can test it easily by using two or more web browsers (or using the incognito mode) and then stimulating as many users as you need.
First off, install the dependencies for the project $ npm install
After that, run app.js
with node.js ($ node app.js
).
Node.js installed (version 6 would be the best..)
Pierre-Henry Soria
pierrehenrysoria+github {{ AT }} gmail {{ D0T }} com