Using EventSource with SSE

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


Don't forget to like this video and subscribe to our channel – we're publishing more videos and walkthroughs every week. Comment below and let us know what you'd like to see next!

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

Awesome. You caught so many details that other tutorials just ignore, like the nginx headers and the close event handling.

bobkelso
Автор

Not the utils folder! 😂 Just kidding. Appreciate your videos.

alembics
Автор

Hi, awesome explanation. Kudos to that.
However, I'm wondering:
1. How to know if the SSE was delivered to the destination.
2. Can we rely on SSEs to deliver any critical information? if not, what are the alternatives - queue before SSE?

KautilyaBhardwaj
Автор

I can't thank you enough! You saved me so much time! I have a question tho. When I directly make an HTTP request to the API, I noticed that it appends new JSON documents to the existing response. I'm wondering if it's actually possible to overwrite the same HTTP response directly, so we don't have to parse the response on the client side, and we don't have to waste bandwidth with each update, both for sending and receiving, as the response grows.

sporksto
Автор

Superb video sir. Can you please also create a video for authentication in SSE.

yogeshvishnole
Автор

How to scale SSE servers and how to spin up then if it fails?

povdata
Автор

whats the point in typing what you're copying?
you're looking at you're other screen typing and copying from someone else.. why? to act like you know how to code?? idk??
just show the source and explain it.. instead of acting like you know what to type

theonewhowas