/socket.io-simple-chat

A minimal live chat app made with socket.io

Primary LanguageHTMLMIT LicenseMIT

socket.io-simple-chat

A minimal live chat app made with socket.io

Live demo: https://socketio-chat.theprogrammer3.repl.co/

Running

Make sure you have Express and Socket.io installed:

npm install express
npm install socket.io

then run server.js:

node server.js

and go to localhost:3000: Chat App Screenshot