Server-Sent Events (SSE) with Java and Spring Boot | Build a News Feed App

  Рет қаралды 1,925

Code Wiz

Code Wiz

Күн бұрын

Пікірлер: 4
@yassineraddaoui5467
@yassineraddaoui5467 7 ай бұрын
thank you so much , can you give me some tips how to learn spring boot and spring flux
@Code.Wizzard
@Code.Wizzard 7 ай бұрын
Thanks for the comment. I would suggest to first get an in depth understanding of Spring Web before starting with web flux. We have one video on Spring Web which is a short one - kzbin.info/www/bejne/n4PMe6R_aNR0p6M. Planning to do a detailed crash course sometime soon. There are some nice courses in Spring Academy which are good for beginners like spring.academy/courses/building-a-rest-api-with-spring-boot. Also check some popular crash courses in KZbin. Along with the courses start building some projects. That is the best way to learn.
@onkarkatkar2582
@onkarkatkar2582 6 ай бұрын
What if we have to fetch the data from db
@Code.Wizzard
@Code.Wizzard 6 ай бұрын
Usually, for real-time use cases, messages are pushed to your app via queue/topic or by calling your API by a client/external app. But if you want to push data from a DB over SSE, you can poll the DB at regular intervals for new data and push this data incrementally to the client using an SseEmitter. Hope that answers your question.
Server-Sent Events Crash Course
29:48
Hussein Nasser
Рет қаралды 100 М.
Air Sigma Girl #sigma
0:32
Jin and Hattie
Рет қаралды 45 МЛН
SLIDE #shortssprintbrasil
0:31
Natan por Aí
Рет қаралды 49 МЛН
Ful Video ☝🏻☝🏻☝🏻
1:01
Arkeolog
Рет қаралды 14 МЛН
Fab January 2025 Free Assets Giveaway
6:08
Gamefromscratch
Рет қаралды 3,8 М.
Don't Use Websockets (Until You Try This…)
6:46
Code With Ryan
Рет қаралды 328 М.
React and NodeJS App | SSE and EventSource
21:02
Coding with Kevin
Рет қаралды 7 М.
Server-Sent Events in Remix (feat. Moishi Netzer)
56:34
The Best Way to Send Data From Backend to Frontend: Server Sent Events
7:26
Spring Tips: Server Sent Events (SSE) in Spring MVC and Spring WebFlux
17:22