Real time simple chat application

Technologies used:

Express.js, Node.js, Socket.io

Usage

Just clone or download and run:

	npm install

and then to start run:

	npm run server

and your app should be serving on port 4000. Open a few tabs on this port and experiment with the real chat app.

Live Demo

🔗 Real-time chat app

Screenshots

Home Screen:

chat

Chat Screen:

chat2