No video

Websockets in NestJs (Real-Time Chat App)

  Рет қаралды 3,909

Computerix

Computerix

Күн бұрын

Пікірлер: 25
@Naya-ss7vs
@Naya-ss7vs 3 ай бұрын
We missed seeing content from you! So helpful and informative as usual. Keep up the good work 🤝🏻
@Computerix
@Computerix 3 ай бұрын
Thank you !! :)
@abdulrahmanarmashi6954
@abdulrahmanarmashi6954 3 ай бұрын
Very awesome and easy to understand, i hope you implement more features like creating a group, adding people to the group, and storing in database and more .... Thank you
@Computerix
@Computerix 3 ай бұрын
Thanks for the feedback! I'm planning on making a part 2, with authentication, rooms, and a database!
@abdulrahmanarmashi6954
@abdulrahmanarmashi6954 3 ай бұрын
@Computerix That is very good, so i am waiting for part 2 🤩
@dreamsachiever212
@dreamsachiever212 2 ай бұрын
@@Computerix waiting for part 2. subscribed. thanks for your content. your teaching style is great.
@joeatallah338
@joeatallah338 3 ай бұрын
Super informative 💯
@Computerix
@Computerix 3 ай бұрын
I'm glad!
@codexamofficial
@codexamofficial 3 ай бұрын
Thanks bro! Well Explained ✅ Subscribed and looking forward to more of your videos. 💌
@Computerix
@Computerix 3 ай бұрын
I'm glad if was helpful 🤝🏻 More coming soon !
@piyumalchandrarathna5169
@piyumalchandrarathna5169 2 ай бұрын
Thank you bro. subscribed
@smileVideos-mb1yy
@smileVideos-mb1yy 3 ай бұрын
very nice thank
@mjavadhasanzade3478
@mjavadhasanzade3478 Ай бұрын
awesome and helpfull thank you, if you could add more features like, sign in and authorize and usernames would be great.
@Computerix
@Computerix Ай бұрын
Planning on doing so in a future video!
@quang.luu.179
@quang.luu.179 3 ай бұрын
Top!!!
@Computerix
@Computerix 3 ай бұрын
Thank you for your continuous support! 😁
@Naya-ss7vs
@Naya-ss7vs 3 ай бұрын
Can you please tell us how we can use it practically? What are situations we might need this in?
@Computerix
@Computerix 3 ай бұрын
Websockets are mostly used for chatting apps / Live feeds - dashboards/ Multiplayer games / Real time editing tools that allow multiple users to edit at the same time (like figma).. You can basically use websockets for anything that requires real-time communication
@Naya-ss7vs
@Naya-ss7vs 3 ай бұрын
*grabs my notebook*
@Computerix
@Computerix 3 ай бұрын
😂💪
@AHMED-nd7zt
@AHMED-nd7zt 3 ай бұрын
so what if i want it happend in privet chat between just to user
@Computerix
@Computerix 3 ай бұрын
You can send a message directly to one user by sending it to their socket Id, as such : socket.to(otherSocket.id).emit('event name', 'message')
@AHMED-nd7zt
@AHMED-nd7zt 3 ай бұрын
@@Computerix so if i have user in my data base with id of 1 how can i know which socket.id is related to him
@Computerix
@Computerix 3 ай бұрын
@@AHMED-nd7zt Typically, you'd be logged in as a user and will possess a JWT token that you will send in the headers when connecting to the websockets server from your client. The backend will validate that JWT token from "socket.handshake.headers.authorization" (for example), and the token will include the userId when decoded.. You can then attach that userId on that specific socket using socket.data.userId = userId You can also store the socketId in your database if needed for the duration of that session. I am gonna make a video soon that will include users and authentication and rooms, etc.. So if you have any more confusions, they should be sorted in the video!
Running With Bigger And Bigger Feastables
00:17
MrBeast
Рет қаралды 127 МЛН
Meet the one boy from the Ronaldo edit in India
00:30
Younes Zarou
Рет қаралды 15 МЛН
WebSockets in 100 Seconds & Beyond with Socket.io
8:31
Fireship
Рет қаралды 997 М.
NestJs caching with Redis
18:17
Computerix
Рет қаралды 5 М.
Микросервисная разработка на языке NodeJS, Docker, RabbitMQ, Redis.
3:48
NestJs Microservices with RabbitMQ
23:21
Computerix
Рет қаралды 10 М.
NestJs - Interceptors [09]
24:51
Computerix
Рет қаралды 1,7 М.
NestJS Websockets Tutorial #1 - Creating a Websocket Gateway Server
20:37
Anson the Developer
Рет қаралды 55 М.
NestJs - Best Practices + Implementations
22:26
Computerix
Рет қаралды 4,9 М.
Easiest way to build real-time web apps? WEBSOCKETS with NestJS
38:24