WebSockets (using Socket.io) Tutorial #3 - Using Socket.io

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

----- COURSE LINKS:
---------------------------------------------------------------------------------------------
Related tutorials:

----- NODE.JS TUTORIALS

============== The Net Ninja =====================

================== Social Links ==================

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

Mate, your channel is massively underrated. You should be at least on Udemy. Great tutorials, thanks.

antonsamirov
Автор

This is one of the best channels ever. One where the code actually works and where all parts and github. Also, same dev env as myself, keep going and thnaks, mate:-)

damianpope
Автор

Amazing, each line by line explained. That's what i was searching for. Good work.

neelakshsharma
Автор

Net Ninja (Shawn), you’re by far one of my favorite Youtubers! I remember struggling with node.js until I found your other playlists. You rock! 💯🙌🏽✨❤️

For anyone that’s curious, there’s a more self-contained way to access socket.io on the client side now:

Just create a script-tag above the main.js and set the src attribute as “./socket.io/socket.io.js”. Then when you go into main.js, you can keep that one line of code that lets the client connect to the server how it is, or simplify it to:

const socket = io(). io is a global variable that is brought in from the script tag.

Lol I kinda hate using CDNs, so I’m glad this is an option. The files are already on your computer. May as well use them 😊. You’re the man, Shawn! I hope you can tell that your viewers don’t just watch you in passing. We really appreciate everything you do for us 🙌🏽✨

Team Mario 😂🤌🏽

ozzyfromspace
Автор

Perfect explanation... nothing extra... no unnecessary pauses... to the point detailed explanation... thnks

technilicious
Автор

Thanks a lot for such an in-depth explanation, hardly anyone breaks it down to this level, great work, now I am understanding WebSockets properly.

amithbhagat
Автор

Shaun, your videos are great. Your channel is my #1 source of web dev tutorials. You should do electron or node webkit, or maybe both in the future.

harleydelacruz
Автор

Finally found a great channel to learn Node.js, WebSockets, very well made videos!

mohammedal-mudhafar
Автор

This is an excellent tutorial. Prob best I have seen on the subject.

boriskontorovich
Автор

thanks for the tutorials. I'm learning about this and this is exactly what im looking for. Very clear

cuongphamvan
Автор

Man, you are without exaggeration, the best teacher here on YT. Shout out bro!

amonraii
Автор

Really clear, much better than what I found on Udemy.
A huge thanks, you made my day !

streetalert
Автор

This is the best channel i have seen so far. Super undrerated. Spread the news guys!

chrismanuel
Автор

Very easy to understand, great tutorial to learn socket.io so far. Thank you !

cybermoi
Автор

really appreciate u making this free keep up the good work

tidekisdoritos
Автор

any question i have in my head you always do justice to it.. you are good boss keep the good work.

dogubojoshua
Автор

2020 and these tutorials are still the best

Ricardo-fmwt
Автор

Thank you very much. Great tutorials, this videos help me a lot.

norasavanya
Автор

The fact that you are doing this for free humbles me even more, Awesome tutorials

alvinkariuki
Автор

this video was really what i m searching from last 2 month, thnks man

KonNishant