Spring Boot Server Sent Events Example | Unidirectional Streams | Tech Primers

preview_player
Показать описание
This video covers the implementation of Server Sent Events using Spring Boot APIs. There are 2 ways in which we can achieve them, both are shown here.

📌 Chapter Timestamps
====================
00:00 - Intro & Setting context
00:34 - Sprint Boot Implementation
09:22 - Output using CURL
10:37 - Output using browser

📌 Previous Videos
=================

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.
#ServerSentEvents #SpringBoot #TechPrimers
Рекомендации по теме
Комментарии
Автор

Server Sent Events can be very helpful for the building stock pricing applications. thanks

aswarthanarayanareddyb
Автор

Hi dear... I follow all ur knowledge videos since years and they are best....Can you please make some tutorials on elastic search programming with java... Like how to retrieve... Update... Delete... Load data in elastic using java
Elastic is very much used in IT this days

yogeshchaudhari
Автор

great staff, so if we were getting the data from say a database that is being continuously inserted data by some application, when we reach completed in our stream, and new data gets inserted what happens?

ngonimugandani
Автор

Hi @Tech Primers, Great video. Hey, I am wondering if you have thoughts around how does SSE performs with a huge volume when server end up sending multiple events to many clients at the sametime? Perhaps, a comparison between SSE and Websocket will be a good one

kgdsharma
Автор

how can i make a notification service in spring? it looks like sse is perfect for this but i still cannot figure out how a full service will look like

tkhyo
Автор

Quick question. Is this applicable in non reactive paradigm where I am not going to use FLux?

zuisyrg
Автор

How to remove this "data:" from the final output?

chinmoydey
Автор

Would be helpful if you share nodejs example

saurabh
Автор

But how can I integrate this with a client like a ReactJS frontend? I am confused. What benefit are we having after using spring webflux like this? Can someone help me understand, please?

mr_possible
Автор

Hi, can we implement this while fetching data from relational database or do we need to use R2DBC driver as well, it would be really helpful if you please make server side streaming video with any relational databases, thank you

hasinuralam