Amazing explanation! I was given a task of integrating WebSockets to the NestJS project and this video saved me a lot of time that I would waste reading and trying to understand poor documentation
@ansonthedev9 ай бұрын
Glad this helped you out extensively! :)
@trejohnson76775 ай бұрын
I think the documentation is perfectly fine, imo.
@armaan68567 ай бұрын
Thanks a lot This was a really easy to follow tutorial Came here just after watching Fireship's 100 sec intro on websockets
@AliAliOxenFree Жыл бұрын
Great video, Anson. You are talented at teaching/explaining topics that can be confusing
@bonchan440410 ай бұрын
hello anson im now on this video . just want to say thank you you're saving me to my new job . My main stack is react js but in this new one it requires me to learn NEST JS . thank you and cant wait to watch your other videos !
@186_hendrialdizulfan6Ай бұрын
The first time I saw websockets, they seemed so cute, but then they ended up stressing me out, hahaha. Btw, nice tutorial. Thanks!
@TheThornTech2 жыл бұрын
the video playlist that i'm waiting for, thanks so much!
@ansonthedev2 жыл бұрын
Glad you enjoy it!
@Ananasbleu2 жыл бұрын
Thanks for the tutorial :) Please next time just increase the font size of your editor/zoom in a little bit so we can follow along in a side window :D
@WernerKenway2 жыл бұрын
this has been really helpful! thanks. Looking forward to the next video :)
@chickenpools10 ай бұрын
Peak tuto, clear and simple, ty mate!
@ansonthedev10 ай бұрын
Thank you!
@dashaxeditАй бұрын
I try to use ws platform with new wsAdapter. But I cannot connect on deploy. Only in local Host
@Alexlinnk Жыл бұрын
You sound a lot like the chess player Hans Niemann. Also, love the video, best on the topic. Thanks from 42 School
@Kareszrk Жыл бұрын
how to make this scalable using Redis?
@firiasu2 жыл бұрын
You are day and night saver!
@ayoubsa9967 Жыл бұрын
amazing video, such a great explaining i love it
@ansonthedev Жыл бұрын
Thank you!
@dira47346 ай бұрын
I was stuck on connecting postman to my API, after a while I realized from some reason my api cant be accessed on local ip, and postman was trying to hit the local ip so never found it until I did a tunnel with ngrock
@jakasha873Ай бұрын
perfectly explained
@darshandev1754 Жыл бұрын
Thanks a lot Anson
@talhabhatti9654 Жыл бұрын
That was amazing video. But i have a question when we connect through postman i want to establish a real time connection with user exist in my database. Like when my friend connect and send message to me through his postman there should be a real connection established with the id my friend mentioning like he is mentioning my id then there should be a connection with me and my friend and we can communicate through two different postman. can you help me to figure this out ? thanks
@omerbalter91412 жыл бұрын
do you know a way to e2e test the websocket connection (like pactum for example)
@codingsolution2410 ай бұрын
very helpfull content Anson,
@widya2550 Жыл бұрын
You are very helpful, thanks man
@ansonthedev Жыл бұрын
You're welcome!
@MercyVincent1169 ай бұрын
thanks alot Anson❤
@DanielMorales071 Жыл бұрын
Great video, thanks
@Angkush-ry3oc Жыл бұрын
Which theme is that ? 🤔
@nikolabozic3918 Жыл бұрын
Great conent. I have an issue that this.server.emit does not broadcast events.
@moisemuhesi1525 Жыл бұрын
Thanks for the tutorial :)
@ivansaezsoto5181 Жыл бұрын
i can't connect with postman ;-;
@richflickstein191010 ай бұрын
Super helpful!
@ansonthedev10 ай бұрын
Thank you!
@nameLastname786 Жыл бұрын
Good job !
@jordyndri8724 Жыл бұрын
The course is great
@subhadeepdatta170 Жыл бұрын
Great video! I loved it. However, during my WebSocket setup, I noticed that I'm receiving two identical requests simultaneously. I've tried debugging it and initially suspected it might be on the client's end. I'm not sure why this is happening. If anyone has a solution, I would greatly appreciate your assistance.
@ansonthedev Жыл бұрын
Are you using React or some frontend framework? I don’t know what you’re using but it could be the client is rendering the component twice which is normal in react strict mode, which can send two requests
@subhadeepdatta170 Жыл бұрын
@@ansonthedev was able to fix that, have called the gateway twice in multiple providers.