Simple chat app, made with nodejs + express + socket.io, based on socket.io website example, added jquery to work with client side events. To use the application, just enter the homepage and enter a nickname in the message field, after which you can send messages. No registration or login required.
SEE THE APP WORKING: https://someone-chat-nodejs.herokuapp.com/
Thanks to Heroku!
nodejs
npm
Internet Browser (view the app working)
__In your CLI run:$ npm install
$ npm start
the console show an message: 'Server running at: http://localhost:8000' (Default app port)