the
The
to
a
and
you
of
You
in
In
• Archive: What you'll learnSocketio.
• That's (mostly) all we cover so when you finish, you'll know it!Setup a socketio application between the browser and an Express server and run real-time back and forthUnderstand the basics of websockets and how they workThe basics of the transport layer and how a packet worksCourse contentExpand all 68 lectures13:47:24+Introduction+Before Socketio...+Socket.io 101+Socket.io 201 - Let's make it Slack!+Multiplayer Canvas Game - Agar.io clone+Advanced Project - Adding React, cluster & redis - a performance monitor+Supplemental VideosRequirementsYou have a solid working knowledge of JavaScript and nodejs (Not a ninja, but you are not new).You have used the node ecosystem (npm, Express, etc.).
• This is NOT an intro to node class and I will NOT cover these in detail.You have basic command line knowledge (at least capable of navigating and running a program)You have a computer capable of running Nodejs.DescriptionWebsockets are one of the coolest things to hit the web in ages.
• They allow the browser real-time communication bridging one of the last gaps in both human and web-based communication.
• Socket io is the king library that uses websockets under the hood.