Complete Intro to Real-Time

Complete Intro to Real-Time

3 hours, 25 minutes CC

Build apps where the client can push messages to the server and talk in real-time! You’ll start by learning long polling with Vanilla JavaScript and Node.js, then open web sockets by hand, and finally, you’ll learn some excellent web socket abstractions with SocketIO. You’ll learn back off and retry strategies along the way, as well as use HTTP2 push in the browser!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: October 8, 2021
Get Unlimited Access Now
Table of Contents

Introduction

Polling

HTTP/2

WebSockets By Hand

Socket.IO

Wrapping Up