Uses Socket.IO to build a connection between client and server.
- App launches a server establishing a connection to the client via an HTTP socket connection.
- Client and server have unique parse methods for transmitting client messages from the client to the chatroom via the server.
- Username and chatrooms are connected to the socket id allowing users to dynamically change their username and chatroom from the message prompt.
- Clone Repo
- Run 'npm install'
- Run 'node lib/app.js'
- Navigate to 'localhost:8000'
To learn more about me and my work as a developer, please visit my website at: www.johnmahowald.com