HTTP Long Polling vs Server Sent Events vs Websockets | Tech Primers

preview_player
Показать описание
This video covers various system design essentials like HTTP Long Polling, SSE and Websockets

📌 Chapter Timestamps
===================
00:00 - Intro
00:24 - Agenda
00:52 - Setting context
01:24 - What is HTTP Long Polling?
02:23 - What are SSE (Server Sent Events)?
04:01 - What are Websockets?
06:02 - When to use HTTP Long Polling?
07:56 - When to use Server Sent Events?
09:23 - When to use Websockets?
10:15 - Pros and Cons
13:06 - Summary

Join this channel by contributing to the community:

📌 Related Links
=============

📌 Related Playlist
================

🎬 Video Editing: FCP

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
#HTTPLongPolling #SeverSentEvents #WebSockets
Рекомендации по теме
Комментарии
Автор

Amazing explanation! The examples really helped me reinforce my understanding.

DebopriyoBasu
Автор

Thank you for this video! The explanation was very clear and helpful. :)

vivi-djoo
Автор

Freaking loving this channel 🔥 we'll be waiting from now for the new chapter 😂

saurabh
Автор

Useful session, please post session on resiliency

yuicris
Автор

Love it. Waiting for implementation of SSE like zerodha trading application.

ayyanarjayabalan
Автор

Is threading on a server going to be an issue with long polling / server sent events if the server is non-blocking, like webflux or scala http4s?

sergeibatiuk
Автор

How and where is the user session maintained for SSE and Web sockets? Please share

ranuchir
Автор

under hige load which should we use ? websocket vs long polling ? thank you

SertuncSELEN
Автор

what is the best way for implementing notification for huge amount of data? i feel very comfortable with long pooling . plz give me your opinion

hkkabir
Автор

useless and incorrect video.

1. No info on TCP connection like is the same connection is reused.
2. SSE is used for communicating textual data and not binary data like video streaming.

EldenNoob-yvke