Тёмный

Building a Chat App - Intro to WebSockets 

Dave Gray
Подписаться 342 тыс.
Просмотров 48 тыс.
50% 1

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 93   
@AshishKumar-du2wk
@AshishKumar-du2wk Год назад
You are by far the best teacher on youtube .
@giuliotiseo2693
@giuliotiseo2693 Год назад
I don't know how this is possible, but whenever I'm looking for something for my job, Dave Gray posted a video about that thing a few hours before. It's incredible, you are the best.
@adithyavarun9132
@adithyavarun9132 Год назад
Please do make a chat app with react and node(mern) sir it would be helpful, there aren't any proper resources in RU-vid as well as udemy, most of them are outdated as well... Excited to work on it with your explanations.
@bilalch898
@bilalch898 Год назад
Let's see if you can persist scroll position alongside load more messages while scrolling towards top. If you do it, you are a better developer, otherwise you are just a RU-vidr. 😅
@webcoder293
@webcoder293 Год назад
Much needed playlist. If possible, please cover webRtc in this series.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Thanks - WebRTC is more browser to browser vs browser to server but I do want to cover it in the future.
@shash0_0
@shash0_0 4 месяца назад
"When I say I need pizza, everybody should know that I need pizza" pretty much
@zakhariihusar6975
@zakhariihusar6975 6 месяцев назад
Hey Dave. This is my first time working with WS. I've implemented individual 1 to 1 and group chats, everything works great. But I also wanna implement that part that shows all chats overview (it fetches last message from every chat that that user has from my server), and i thought it would be simple, but kinda stuck on this one. Cannot join user to all groupchats at once to know which one has updated, from ChatOverview component, can i(and even if i could it doesn't cover the scenario where a new chat is created)? Would be great if you could give me some hint. The only thing that comes to mind is to listen to changes in the DB, but idk how efficient it would be...
@francovichsalcedo3102
@francovichsalcedo3102 8 месяцев назад
Hey Dave, thank you so much for this job that you're doing, I appreciate it, please let me ask you a question, do you know why when I hit anter or send button, I do not see my message reflected, I would appreciate your help on this, Thanks in advance.
@mrbilchalan
@mrbilchalan Год назад
I waited too long for this video from you. At last you started. So, thank you, Dave. Please consider some demands like - difference between express server with socket server, when or how to store or retrieve chat data in/from database with best practices. I know this is a lots of work. Actually when you get more, you demand more😍. And another thing I notice, you never put semicolon in js file after end of statement. Why you do that? Is it just your choice or something else? Again lots of love.💌
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Thank you - yes, just preference on this semicolons
@alexvallex5487
@alexvallex5487 Месяц назад
Can someone help me on how can i put this app into a specific page of my wordpress website? how can i utilize my webhost and website sql databases so that the chat stays even if resfreshed ?
@hubesh716
@hubesh716 Год назад
Sir plz make Full Stack chat App in React native with Socket and Node js
@adamjamiu6764
@adamjamiu6764 Год назад
I really love your tutorials. but will be more lovely if you can just show your face :)
@akashsathe6818
@akashsathe6818 8 месяцев назад
sir , how can i simple web socket connect with my android chat application
@VinayakSoni98
@VinayakSoni98 Год назад
❤ thank you. Let's write some code together
@BukkyOdunsi
@BukkyOdunsi 9 месяцев назад
thank you for all you do, happy married life.
@user-iy1ch3lv3h
@user-iy1ch3lv3h 6 месяцев назад
Pls make tutorials about webrtc 🙏🙏🙏🙏
@lesauveur133
@lesauveur133 10 месяцев назад
Whenever my motivation goes down, I just have to watch one of Dave's videos and I immediately want to code again. Thanks :)
@kumariranjanayadav4652
@kumariranjanayadav4652 Год назад
hey dave Will you deploy this project?
@Jamespaul-ux9iz
@Jamespaul-ux9iz 6 месяцев назад
what theme dave is using for vs code in this video?
@faizanahmed9304
@faizanahmed9304 Год назад
Thank you Dave sir, will be waiting for other videos in this series.
@svetoslavtrifonov6431
@svetoslavtrifonov6431 Год назад
Great video as usual. I only hope we will see this in React app and also with typescript :) Never the less great video!
@_Greenflag_
@_Greenflag_ Год назад
Hmm, why this old require syntax instead of ES6 import ?
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
You can use mjs imports if you want. Nothing wrong with CommonJS require. Go with your preferences.
@جوادجیتی
@جوادجیتی Год назад
How can we send file? Like image
@dipangshu3877
@dipangshu3877 Год назад
Please cover WebRTC too
@tagaiii7029
@tagaiii7029 Год назад
how do you run 2 servers of client app? Or you will show it in next tutorial?
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
I opened a 2nd instance of VS Code and started the client app with live server. However, I think you could just open a new browser tab to load the app in. That's what I'll do going forward.
@bakersentamu4725
@bakersentamu4725 Год назад
Awesome tutorial! Have always wanted to learn this. Do you mind doing one for using Open API apis? thanks a bunch
@viditgoel2909
@viditgoel2909 Год назад
thanks a lot, sir for this amazing tutorial, I have commented a doubt on the React 9 hours course, and it would be very kind of you, if you please reply to that.
@Evil_E_ye
@Evil_E_ye Год назад
I am making a chat application using socket io and then i see this video pop up in my youtube. Is this a coincidence or what. Good for refreshing basic ❤
@csanadtarjanyi8572
@csanadtarjanyi8572 Год назад
Do you think the same project could be built with a single nextjs app?
@marcusalves7
@marcusalves7 Год назад
exactly the project I'm working on and was kinda lost 😂
@ghassanclassic7689
@ghassanclassic7689 Год назад
Thank you very much for this video. Please make more videos about socket advance stuff
@rustee_nyfe
@rustee_nyfe Год назад
Реакция тухлее самого видоса
@Ari-pq4db
@Ari-pq4db 4 месяца назад
Thank you sir ❤
@GovindKumar-cy6hn
@GovindKumar-cy6hn 10 месяцев назад
best explanation
@tetyanagon3342
@tetyanagon3342 Год назад
TY!!!
@ahmad-murery
@ahmad-murery Год назад
I like it when you talk vanilla 😁 This will be a great series for sure, Thanks in advance!
@salwanarar1346
@salwanarar1346 8 месяцев назад
Amazing video with zero waste of time, I could follow up with you without any effort. Great series start!!❤👌
@anjaneyulub2529
@anjaneyulub2529 Год назад
As always Great video Dave . Just watched your Expressjs tutorial : )
@justiceessiel6123
@justiceessiel6123 Год назад
can you please please show a little video of how to use websockets to make a real time google map location tracking like uber
@BrentHarris00
@BrentHarris00 Год назад
Thanks so much Dave, I've been waiting for something like this
@rogers538
@rogers538 Год назад
It was surprise to me, I have been looking forward to get this course from you thanks
@md-abid-hussain
@md-abid-hussain Год назад
I was looking for a channel and resource to learn websocket. Thanks Dave for creating this
@ProCoder777
@ProCoder777 Год назад
Thank You! Very interesting video
@zqgAFf
@zqgAFf Год назад
Thank u so much Dave really look forward to your whole series of web socket coming out including real use case in React ..
@gustavoperez231191
@gustavoperez231191 Год назад
Hi Dave, great video, i have a question what icon theme are using for vscode?
@nils-kristianpedersen7225
@nils-kristianpedersen7225 Год назад
Followed all your awsome react and nextjs courses, however I LOVE the vanilla js approach in this one. Best teach on the web, my dude..
@TravinskiyVladislav
@TravinskiyVladislav Год назад
This topic is unexpected for me. very glad to see
@the_beat
@the_beat Год назад
Hey Mr Gray,Thanks for banger tuts loved your next js and testing courses. Would you consider covering webrtc and redis for caching in the future,they could be separate or even paid courses if do those.Thanks,love from South Africa
@IRazerIGhost
@IRazerIGhost Год назад
Damn you are getting me to learn more about js and node. Thanks!
@abdullahsevmez42
@abdullahsevmez42 Год назад
it's very nice tutorial, Thank you dave
@aaishu7931
@aaishu7931 Год назад
Right when I needed this. Thankyou so much, Dave. You tutorials help alot
@SL4UGHT3R
@SL4UGHT3R Год назад
From last 6 months i was thinking to learn this topic but today because of you i will ko longer protagonist that and learn it. Thank you
@Pumalicieux
@Pumalicieux Год назад
Hey Listening you from France ! I followed your tutorials on html CSS and Js before entering a program to learn web development, it helped me a lot ! It really want to thank you ! Do you have any idea on when you gonna release the next episode of this websocket tutorial ?
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
I usually post on Tuesdays and Fridays
@nishantsingh7606
@nishantsingh7606 Год назад
How to run 2 instances of a file using live server, the way you did at the end or even two separate instances of same app on different instance of browser?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 11 месяцев назад
You can just open to 2 tabs in the same browser which is what I do in the following videos - however, you can open 2 instances of VS Code and then run live server in each which is what I did here.
@nishantsingh7606
@nishantsingh7606 11 месяцев назад
Thanks went through all 4 videos till now and were really helpful, thanks man!!!
@nagame859
@nagame859 10 месяцев назад
​@@DaveGrayTeachesCodethanks, sir!
@nothingisimpossible-
@nothingisimpossible- Год назад
🎉🎉🎉🎉 thank you i was waiting for this from long time
@torjohand.aleksandersen1297
@torjohand.aleksandersen1297 8 месяцев назад
insane, you are so good at teaching, nobody have made me understood this before
@william_phyo
@william_phyo Год назад
Thank you very much.
@dev_franqqi
@dev_franqqi Год назад
I appreciate you Dave❤ Thanks for all you do…just finished the testing course and another great course is waiting
@krisify
@krisify Год назад
Why use websocket and not socketio?
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Why not watch the video and learn the answer? 😃 I comment on this. Also consider that the first video in the series - indicated with the number 1 - might not cover everything the series will offer.
@krisify
@krisify Год назад
@@DaveGrayTeachesCode I will follow this series.
@lordbeerus9532
@lordbeerus9532 Год назад
Very nice tutorial sir, this series is going to be awesome, .....and hope to see a react design patterns, best practices tutorial soon.
@TRENDINGTECHSCHANNEL
@TRENDINGTECHSCHANNEL Год назад
What about socket io
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Mentioned in the video. Note this is the first video of a series.
@TRENDINGTECHSCHANNEL
@TRENDINGTECHSCHANNEL Год назад
@@DaveGrayTeachesCode ok..will wait..please consider optimization of socket io server as most of the time browser seems getting slower and slower when getting data from socket server. Also include long polling and ws difference..when to choose which..Thanks in advance
@TSpods
@TSpods Год назад
Really thanks, i learn a loot width you, width all your videos (desde argentina)
@TSpods
@TSpods Год назад
Actualmente estoy leyendo tus códigos de unos repositorios para aprender a hacer backend
@mostafaentezami8951
@mostafaentezami8951 10 месяцев назад
thank you mr Dave
@javascriptexpanse
@javascriptexpanse Год назад
way to go Dave, i felt left out when you were working on your nextjs series. great one!!
@kcell2042
@kcell2042 Год назад
항상 감사합니다.👍
@novawarebr
@novawarebr Год назад
You are the GOAT
@chibuzoekwue
@chibuzoekwue Год назад
Excited about this one 😆😘
@gordonmullen4714
@gordonmullen4714 Год назад
Thanks for all the hard work!
@gamingwolf3385
@gamingwolf3385 Год назад
Hi dave , what are you using as a node version manager ? I am using nvm and plan to start using fnm instead
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
nvm but it sounds like I should check your choice out 🚀
@khalilbenmeziane8836
@khalilbenmeziane8836 Год назад
thank you dave
@7doors847
@7doors847 Год назад
Wow wow wow! Superb 🤘
@muhsin8604
@muhsin8604 Год назад
Heyy 2nd like🎉
@georgesword2012
@georgesword2012 Год назад
Very nice and clean turorial ❤
@rishadali2866
@rishadali2866 Год назад
Just what I needed
@mdsalahuddin46464
@mdsalahuddin46464 Год назад
Again a great series , thanks Dave
@wemzee
@wemzee 6 месяцев назад
🫡
Далее
Socket.io Introduction - How to Build a Chat App
21:38
Вопрос Ребром - Серго
43:16
Просмотров 738 тыс.
#慧慧很努力#家庭搞笑#生活#亲子#记录
00:11
Node.js Doesn’t Suck Anymore
16:59
Просмотров 114 тыс.
Nest Js full course in Hindi | Pt. 4
56:07
Don't Use Websockets (Until You Try This…)
6:46
Просмотров 304 тыс.
Socket IO with Next JS | TypeScript | Beginner Friendly
13:24
Realtime Chat App in React Native and AWS (Backend) 🔴
3:29:01