Impletementation of private group for a simple chat application using html, css, vanilla JavaScript, Express and socket.io
TCP protocol that allows bi-direction communication.
CLIENT -> SERVER -> CLIENT
CLIENT -> SERVER -> CLIENT SERVER -> CLIENT -> SERVER
- Set up express server
- Server a regular HTML
- Integrate Socket.io -
- Broadcast message and receive on another client
- Take Home: Extend chat to show username and create private rooms/chats
https://socket.io/
https://www.scaler.com/topics/expressjs-tutorial/express-websocket/