A minimal live chat app made with socket.io
Live demo: https://socketio-chat.theprogrammer3.repl.co/
Make sure you have Express and Socket.io installed:
npm install express
npm install socket.io
then run server.js:
node server.js
A minimal live chat app made with socket.io
Live demo: https://socketio-chat.theprogrammer3.repl.co/
Make sure you have Express and Socket.io installed:
npm install express
npm install socket.io
then run server.js:
node server.js