! currently refactoring using TypeScript
Using Web Sockets, I was able to create a basic web application where users enter a username and a room number and are able to join rooms and chat with friends.
- Clone github repository with HTTPS or SSH
git clone https://github.com/codetann/join-a-room.git
cd join-a-room
- Install NPM packages
npm install
Start the server
npm start