Learn Socket.io In 30 Minutes

preview_player
Показать описание


📚 Materials/References:

🌎 Find Me Here:

⏱️ Timestamps:

00:00 - Introduction
00:29 - Starting Code
03:28 - Basic Setup
07:25 - Send Events To The Server
09:20 - Sending Events To The Client
11:20 - Rooms
15:48 - Emit Callback
17:40 - Admin Dashboard
20:07 - Namespaces
21:15 - MIddleware
24:52 - Offline Mode

#SocketIO #WDS #WebSocket
Рекомендации по теме
Комментарии
Автор

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.

djameleddineMOUMEN
Автор

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.

TigrexSC
Автор

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

green__apple
Автор

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

seanfang
Автор

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

br
Автор

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

miguelbuising
Автор

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

breezycodes
Автор

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

yitzchaksviridyuk
Автор

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

pattmehta
Автор

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

jarodday
Автор

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

sunpathfinancial
Автор

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

saadbaig
Автор

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

syedalimehdi-english
Автор

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

prajwaltulawe
Автор

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

damian
Автор

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

johnngethe
Автор

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

parthkolgiri
Автор

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

Ari-pqdb
Автор

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.

MA-nwxf
Автор

Good presentation and delivery. Well done!

TheCodeAngle