Learn Socket.io In 30 Minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2024

ความคิดเห็น • 341

  • @djameleddineMOUMEN
    @djameleddineMOUMEN 2 ปีที่แล้ว +206

    The purpose of WebSockets isn't to make persistent connections that allow multiple requests. That could be achieved in HTTP through "keep-alive". The purpose of WebSockets is to make bidirectional connexions, in which the server can initiate the interaction with the client, in opposition to HTTP where the client is always the one initiating the interaction and the server only responds to the requests.

    • @upsxace
      @upsxace ปีที่แล้ว +4

      Amazing and accurate comment!

    • @lemon_maho
      @lemon_maho ปีที่แล้ว

      @@jmgomw7787 why are you even triggered???, he is clarifying something that kyle didn't mention, maybe stop being such a douchbag and learn something instead.

    • @S4skickers
      @S4skickers ปีที่แล้ว +21

      @@jmgomw7787 (?)

    • @ron.webdev
      @ron.webdev ปีที่แล้ว

      @@jmgomw7787He clarified the concept. The least that you can do is be grateful. In the tech industry the difference between 0 and “0” is immensive.

    • @rubyc7771
      @rubyc7771 8 หลายเดือนก่อน

      ​@@jmgomw7787wtf!! Nothing wrong with sharing information, especially something valuable like this one. We learners appreciates it.

  • @TigrexSC2
    @TigrexSC2 3 ปีที่แล้ว +220

    Sincerely, you're born to teach. You have talent, you have taught me so many things and you explain them so nicely.
    Keep doing this, you're amazing af.

    • @thy-posh-dev
      @thy-posh-dev 9 หลายเดือนก่อน +1

    • @RanMC9918
      @RanMC9918 4 หลายเดือนก่อน +1

      @@thy-posh-dev

  • @HakunaMatata-it2qr
    @HakunaMatata-it2qr 3 ปีที่แล้ว +83

    For me WDS logo is enough to like the video...!😇🌟

  • @br2716
    @br2716 3 ปีที่แล้ว +7

    How do you always put out videos relevant to EXACTLY what I am looking for? Its scaring me Kyle!

  • @abhijeetmukherjee48
    @abhijeetmukherjee48 3 ปีที่แล้ว +45

    This guy is a legend💯

  • @jarodday1299
    @jarodday1299 2 ปีที่แล้ว +6

    My capstone class is finishing up a 7-week project where we learned all about server-side and database related frameworks, libraries, and other related syntax in Javascript. This tutorial is foundational to my completion of the project and I, as well as many others, owe it to you for your concise, sharp delivery in teaching. We thank you for being so instrumental in our learning journeys

  • @seanfang398
    @seanfang398 2 ปีที่แล้ว +22

    I really love Kyle's video style, always having so many concepts and infomation to be explained so clearly in such a few words, so briefly yet comprehensive

    • @bobdinitto
      @bobdinitto ปีที่แล้ว

      Kyle packs a lot of information into a small space. I sometimes have to watch the video multiple times to take it all in, but I'd much rather that than having to lumber through a long and tedious explanation. A few presenters have put me to sleep but Kyle never will.

  • @breezycodes
    @breezycodes 2 ปีที่แล้ว +2

    @2:51 is very important. For the longest while I always thought that the socket connection died after each event.
    Good job Kyle 👏🏽

  • @seharnazeerseharnazeer973
    @seharnazeerseharnazeer973 ปีที่แล้ว

    Detailed tutorial on web sockets . Highly recommended.

  • @sunpathfinancial
    @sunpathfinancial 2 ปีที่แล้ว +1

    Brief. Concise. Succinct. No waste of space. Beautifully taught.

  • @green__apple
    @green__apple 2 ปีที่แล้ว +3

    Thank you for organizing everything about the socket! It's better quality than other paid lectures. Thank you very much!

  • @erfanm4805
    @erfanm4805 2 ปีที่แล้ว

    Hello, I live in Iran and your education is excellent ..

  • @shadmanfatin777
    @shadmanfatin777 ปีที่แล้ว +1

    Kyle Cook, the best teacher! 🤗

  • @Stoney_Eagle
    @Stoney_Eagle 3 ปีที่แล้ว +3

    I just created my ffmpeg progress dashboard with sockets using Node, React and Material-UI.
    It works like the youtube upload thingy. But there are no uploads in this situation so the calculations are accurate.
    I'm watching the fruits of my labor on my second screen as I watch this video.
    So close to the release of my NoMercy TV project.

  • @davidobodo3605
    @davidobodo3605 3 ปีที่แล้ว +20

    Very nice video. Thanks a lot. But it would be really helpful if you add a link to the file in the description as well.
    Even if its not the finished code, at least the stater files so we can follow along.
    All the same thank you so much for this very informative video

    • @quintonpangyixuan3990
      @quintonpangyixuan3990 2 ปีที่แล้ว

      th-cam.com/video/XvQgcY2oZug/w-d-xo.html i hope this helps you bro 🙏🏻

  • @MA-nw3xf
    @MA-nw3xf 2 ปีที่แล้ว +1

    Really great explanation! The challenge I have now is how to make this scale horizontally. Let's say I have multiple instances of the server, one client is sending a message to serverA, then clients connected to serverB, and serverC should also be notified.

    • @samuelvalentine7846
      @samuelvalentine7846 ปีที่แล้ว +1

      I know you might not need this anymore, i am kind of having the same scenario, i think it it better to make all your user have a specific id maybe from the database that would make the id consistent, because the id that socketio assigns is not for development purpose but for debugging purpose, that is why it changes on every reconnection. What i have planned to do is to make the server emit to `friend-${user.id}` and the client listen to `friend-${user.id}`. I think, no matter the server, the id is always constant and the client only listens to a particular string or event that concerns it.
      I hope this helps. Please also share the way you solved the problem here so myself and others can learn too. Thanks a lot

  • @miguelbuising6391
    @miguelbuising6391 3 ปีที่แล้ว +1

    this is so timely. Im currently creating a messaging app using react. thanks for this kyle!

  • @syedalimehdi-english
    @syedalimehdi-english 3 ปีที่แล้ว +3

    WDS the greatest channel on earth. I love the way you explain things. Its so easy to pick them up!

  • @prajwaltulawe6725
    @prajwaltulawe6725 3 ปีที่แล้ว +2

    You saved my life brother.. 🙌
    The way you solved the cors was just 😌

  • @gauravsharma-lu4if
    @gauravsharma-lu4if 5 หลายเดือนก่อน

    bro you are a legend!, you teach things so simply thank you soo much.Keep uploading more and help us.

  • @johnngethe83
    @johnngethe83 2 ปีที่แล้ว

    Thanks, and much love from Kenya, short and straight to the point,,

  • @avi_mukesh
    @avi_mukesh 8 หลายเดือนก่อน

    This was an incredible, very easy to follow tutorial

  • @professorice4325
    @professorice4325 ปีที่แล้ว

    Using this for a gambling site. I'm barely in but seeing your intro "No Stack to Full Stack" made me laugh. Very Clever

  • @pattmehta5835
    @pattmehta5835 2 ปีที่แล้ว +1

    Thank you, this is a very in depth tutorial on socketio and you did a very good work with the examples

  • @leeeric6292
    @leeeric6292 5 หลายเดือนก่อน

    Need to adjust the speed@0.25X 04:25, swap to another terminal window; 04:35, run "npm start" in the clients side folder

  • @anirudhagandhare6294
    @anirudhagandhare6294 3 ปีที่แล้ว +1

    I just thought of a project that needed web sockets and i get a notification of this video

  • @damian20097
    @damian20097 ปีที่แล้ว

    Good job. This video is really helped me understand the basics of Socket io. Do what you'are doing and don't stop.

  • @Ari-pq4db
    @Ari-pq4db 5 หลายเดือนก่อน

    Thank you Kyle, this was just awesome tutorial, we need more like these 🔥🔥🔥❤❤❤

  • @saadbaig3060
    @saadbaig3060 2 ปีที่แล้ว

    This is the best socket explanation I've found. Thanks!

  • @swimshahriar
    @swimshahriar 3 ปีที่แล้ว +13

    Needed this video to implement real-time features in my project. You explained all the things that are needed.
    Thank You, Kyle.

    • @Steviec63
      @Steviec63 3 ปีที่แล้ว +2

      I agree. Very professional. Well paced. Fast but not too fast.

  • @synoi8780
    @synoi8780 3 ปีที่แล้ว +11

    Perfect timing!

  • @ismail.dalhatu
    @ismail.dalhatu 3 ปีที่แล้ว +1

    Thank you kyle I was struggling with web socket when I saw this notification

  • @MukulJainx
    @MukulJainx 3 ปีที่แล้ว +10

    Great video, wanted to try Socket as I never got a chance to work on them professionally. Just a correction, I might wrong here. At around 17:00, I don't think the server actually called the callback but it told the client to call the callback along with sending the params, now params can be easily sent if serializable.

    • @PatMacintosh
      @PatMacintosh ปีที่แล้ว

      From what I can tell, socket.join(), is a synchronous function according to the documentation. It seems right the way he explains it, but that’s just how I’m reading it. Need to play around with it to verify for sure.

  • @Ari-pq4db
    @Ari-pq4db 5 หลายเดือนก่อน

    You are the G.O.A.T Kyle, Thank you soooo much for this.

  • @parthkolgiri7501
    @parthkolgiri7501 ปีที่แล้ว

    Dude you have no idea how much this has helped me!!! Keep up the good work and thanks man🍻🍻

  • @TheCodeAngle
    @TheCodeAngle 3 ปีที่แล้ว +3

    Good presentation and delivery. Well done!

  • @tapasvimadhak1778
    @tapasvimadhak1778 15 วันที่ผ่านมา

    I would really like to have the code before implementation just the layout of chatbox to do a code along instead of just watching, still really great explanation.

  • @ShahriarAhmedShovon
    @ShahriarAhmedShovon 2 ปีที่แล้ว

    You saved my career. Thanks a lot.

  • @yitzchaksviridyuk932
    @yitzchaksviridyuk932 3 ปีที่แล้ว +7

    Great tutorial. Really covers the foundations clearly and concisely. Thank you very much.

  • @siddharthmishra8233
    @siddharthmishra8233 ปีที่แล้ว

    @11:08 instead of using broadcast we can just do one thing in the code of script.js we can just remove the line displaymessage(message)
    before the socket.emit ("send-message");

  • @janubuilds
    @janubuilds ปีที่แล้ว

    Wow, you're so great in explaining things. Thank you!

  • @nickvelos9571
    @nickvelos9571 3 ปีที่แล้ว +34

    It's like you're reading my god damn mind. I can't thank you enough I was about to watch a 3 hour tutorial that covers what you cover in a more explanatory way. Thank you so so so much!. I just noticed that you don't include a repository for the video or at least the boiler plate code It'd be nice if you could add that.

    • @silentstone1
      @silentstone1 3 ปีที่แล้ว +2

      Same here

    • @MiSt3300
      @MiSt3300 3 ปีที่แล้ว +2

      incredilbe, same for me, I also just needed that tutorial so bad!

  • @ascodes3461
    @ascodes3461 ปีที่แล้ว

    8seful and man you've explained amazingly...Thank you soo much 😍😍

  • @nshukla6
    @nshukla6 3 ปีที่แล้ว

    Ultimate .... In such a less time what a golden information

  • @germanmartirosyan6230
    @germanmartirosyan6230 3 ปีที่แล้ว

    The best socket io video ever! Thank you!

  • @johnadriandodge
    @johnadriandodge 3 ปีที่แล้ว

    WOW! Other than your Jedi lingo is faster than a light Saber, amazing stuff.

  • @johnadriandodge
    @johnadriandodge 3 ปีที่แล้ว

    May the Righteous and Holy force be with you Jedi Kyle. I definitely would like to implement this somewhere on my web space.

  • @tfnklnc
    @tfnklnc 3 ปีที่แล้ว

    Thank you to explain us, this topic a little bit hard to me before watching that video

  • @RisyadHasbullah
    @RisyadHasbullah 3 ปีที่แล้ว +1

    Always making me curious with new stack 👍

  • @ahmedjguirim7237
    @ahmedjguirim7237 2 ปีที่แล้ว

    thanks mate , you're really good at getting points simply to the head

  • @wasilislam6663
    @wasilislam6663 2 ปีที่แล้ว +1

    Loved it. In just thirty minutes, I have learnt so much. Kindly, make a detailed (advanced) version of this.

  • @adventurer2395
    @adventurer2395 2 ปีที่แล้ว

    I've noticed you now speed your videos up by just a bit. Interesting approach...Anyway, thanks for this!

    • @WebDevSimplified
      @WebDevSimplified  2 ปีที่แล้ว

      I don't speed up or slow down any of my videos

  • @ktoscos4546
    @ktoscos4546 9 หลายเดือนก่อน

    My resolution start learn only from this channel in order not to waste time.

  • @sanchalisharma9149
    @sanchalisharma9149 2 ปีที่แล้ว

    socket could not have been explained better than this

  • @yapayzeka
    @yapayzeka 5 หลายเดือนก่อน

    11:15 this way user can't be sure about connection. I would prefer incoming msg from server so I can be sure it's sent to everyone in channel including me. great presentation thank you.

  • @mikechen1480
    @mikechen1480 3 ปีที่แล้ว +10

    how can i get the set up code in 0:44 any link plz

  • @khalidsayyad9887
    @khalidsayyad9887 8 หลายเดือนก่อน

    He really went ahead and did it. Yeah the title of the video

  • @ThiagoVieira91
    @ThiagoVieira91 3 ปีที่แล้ว +4

    Kyle what is the repo for this project? To kickstart to practice coding along.

  • @forcowicz5830
    @forcowicz5830 3 ปีที่แล้ว +6

    You're not only making great tutorials, but you are also a really good life coach I can say by watching some of your videos XD

  • @gabrielntera5679
    @gabrielntera5679 3 ปีที่แล้ว +2

    All ways great things, you deserve my sub

  • @KalanaDhanajaya
    @KalanaDhanajaya ปีที่แล้ว

    Superb Keep doing this, you're amazing

  • @arvind6007
    @arvind6007 3 ปีที่แล้ว +1

    Here he add cors which is work in socket 3.0 or above only..For below socket 3.0 u must use const io = require(socket.io){origins:[your_url]}

  • @faisal7823
    @faisal7823 3 ปีที่แล้ว

    I’ve been waiting for this forever!!!
    Thanks!’’

  • @johnadriandodge
    @johnadriandodge 3 ปีที่แล้ว

    Thank you Jedi Web Slayer

  • @MiSt3300
    @MiSt3300 3 ปีที่แล้ว +2

    Duuude, I literally was searching for a good tutorial on this for like a week, and here you are!
    Thanks a million!

  • @mehmetilhan6083
    @mehmetilhan6083 ปีที่แล้ว

    Thank you for the video,It's helpful

  •  2 ปีที่แล้ว

    thank you for sharing dude.

  • @anujtalwar
    @anujtalwar 3 ปีที่แล้ว +7

    Loved the video!
    Could you please share the code's github link too?
    Thanks

  • @gowthams4114
    @gowthams4114 3 ปีที่แล้ว +3

    U r my inspiration

  • @channelname437
    @channelname437 3 ปีที่แล้ว

    Incredibly great video! Thank you

  • @chaolobi7698
    @chaolobi7698 ปีที่แล้ว

    thank for, such an amazing video

  • @AndreasStraub
    @AndreasStraub 2 ปีที่แล้ว

    Very good overview! Thx for sharing

  • @aranguren12
    @aranguren12 ปีที่แล้ว

    Fantastic lesson.
    Noob question: I wish to implement a socket inside a Lambda that will be deployed to the cloud, how does the "port/server" work in this case?

  • @ministersport
    @ministersport 2 ปีที่แล้ว

    thanks so much man, it was really helpful

  • @enriqueanzey7845
    @enriqueanzey7845 ปีที่แล้ว

    Outstanding bro, proud of ya.. , unlike the others they just copied someonelse codes and explain it with the official docs , too muc uh ah eh aswell, lol.

  • @kalkidan.t
    @kalkidan.t 2 ปีที่แล้ว

    Great tutorial, thanks!

  • @UECSoumyaRay
    @UECSoumyaRay 7 หลายเดือนก่อน

    Would have been helpful to follow along if there was a template for the starting boilerplate code. Nevermind. Did it myself. Great tutorial though.

  • @karuneshkaimal
    @karuneshkaimal 2 ปีที่แล้ว +1

    great tutorial , question from production deployment perspective will socket server will be an independent api gateway where the main app connects to ? If not what's the standard of deploying ?

  • @sreejith5966
    @sreejith5966 3 ปีที่แล้ว

    Have been just working with socket io today

  • @fmeyer001
    @fmeyer001 3 ปีที่แล้ว

    Thank you very much for this great tutorial.

  • @Sdirimohamedsalah
    @Sdirimohamedsalah 3 ปีที่แล้ว

    Perfect explanation 👌 thanks

  • @POPEYE11
    @POPEYE11 ปีที่แล้ว

    wow what a teaching....!!!!! its just awesome

  • @DannyFJhonstonB
    @DannyFJhonstonB 3 ปีที่แล้ว

    Very useful content. Just what I needed.

  • @GuriSan
    @GuriSan 3 ปีที่แล้ว

    Saludos desde Argentina crack!

  • @dimahinev
    @dimahinev 3 ปีที่แล้ว

    it is gorgeous, thank you very much

  • @inoorbeats7632
    @inoorbeats7632 ปีที่แล้ว +2

    If "xhr poll error" still appears after setting admin socket ui like in the video then set credentials property to be true in the io server.

    • @mukkupretski
      @mukkupretski 9 หลายเดือนก่อน +1

      This comment means that you add "credentials: true" to the object cors when creating the variable io. I also faced an error "invalid namespace", in order to fix that you just have to remove the "/admin" part from the end of the server URL (so it is just localhost:3000)

  • @tylerwrk
    @tylerwrk 4 หลายเดือนก่อน

    Hi Kyle, I really love your videos, you've been helping me a lot these past years. Is it possible to run a Socket server in Nextjs app router? If so, please make a video on how :) Thanks!

  • @samuelerbo
    @samuelerbo 11 หลายเดือนก่อน

    Super useful!!! Thanks a lot @WebDevSimplified!

  • @armandasbarkauskas4485
    @armandasbarkauskas4485 3 ปีที่แล้ว +2

    This covers everything I need for my game project. Thanks 💯

  • @fejr89
    @fejr89 3 ปีที่แล้ว

    Great work as always

  • @benzigarjs8607
    @benzigarjs8607 3 ปีที่แล้ว

    You saved my day

  • @aniketmane9526
    @aniketmane9526 3 ปีที่แล้ว

    thanks dude. your video is soo awesome

  • @list3andtableofcontents112
    @list3andtableofcontents112 ปีที่แล้ว

    Best video EVER

  • @erkangorgulu6013
    @erkangorgulu6013 3 ปีที่แล้ว

    Very good tutorial thanks

  • @ivanmilovac9482
    @ivanmilovac9482 3 ปีที่แล้ว +1

    Amazing content, whenever I need to learn some new stuff first place where I'm looking for materials is your channel. Greeting from Croatia 🇭🇷

  • @edycole5543
    @edycole5543 3 ปีที่แล้ว

    Thanks kyle, req react native with snack.expo functionality

  • @sarthaksharma3188
    @sarthaksharma3188 ปีที่แล้ว

    It so easy man thanks ❤

  • @alexander5052
    @alexander5052 ปีที่แล้ว

    Awesome tutorial!!!

  • @aminshahidi6369
    @aminshahidi6369 2 ปีที่แล้ว

    loved it. Thank you

  • @sardorbekaminjonov256
    @sardorbekaminjonov256 3 ปีที่แล้ว

    Awesome. Very helpful content!