Websockets in NestJs (Real-Time Chat App)

Websockets in NestJs (Real-Time Chat App)

18.370 Lượt nghe
Websockets in NestJs (Real-Time Chat App)
We learn how to setup a websocket gateway in Nesjts, to subscribe to events, and emit messages. We learn different ways to broadcast messages, and consume them from a client, while building a simple chatting app Donations: https://buymeacoffee.com/computerix Timestamps: -------------------- 0:00- Creating the Websocket Gateway 2:38- Listening to events 5:37- Emitting Messages to the client 7:55- Brodcasting messages + Websocket Server Instance 10:45- Handling Socket Connections / Disconnect 14:10- Chat App Client Side + Enhancements 17:35- Testing the Real time Chat App 19:50- Side Notes 20:45- Recap