Built a simple chatroom with Socket.io to practice using web sockets.
Users can send live chat messages to each other.
- displays when user connects to chatroom
- displays when user disconnects to chatroom
To start the websocket server, run:
node index.js
then go to:
http://localhost:3000