I explain how Web Sockets work, using a real-time chat application as an example.
The application aims to send messages between users connected simultaneously. Messages can be exchanged individually between users or within groups, much like how messaging applications we use daily (such as WhatsApp or Telegram) operate.
Resources
- Chat App Repo (https://github.com/facundocarballo/go-chat-app)
Contact Me
- Web (https://facundo-carballo.web.app)
- Instagram (https://www.instagram.com/facucarballo.yt.en/)
- TikTok (https://www.tiktok.com/@facucarballo.yt.en)
- Linkedin (https://www.linkedin.com/in/facundo-carballo-a1b128228/)
- GitHub (https://github.com/facundocarballo)
- My other YouTube Channel (https://www.youtube.com/channel/UCsHoGhGuLYu4_t_4qF4cZmw)
Timestamps
00:00 Intro
04:42 Why Web Sockets?
08:45 React App Connection with Web Sockets
21:08 Identify Clients connected to the Web Socket