Mini Chat App made with Socket.IO, Express and Node.js
The App will display messages and When someone has left or joined the chat.
To run first install Express and Socket.IO in the directory you want to run the app from with
npm install [email protected] (or whatever the latest version is)
and then
npm install socket.io
To run locally in CMD Prompt run >node index.js
Then go to LocalHost:3000 in your browser