How to Use Web Sockets with Spring Boot and Vaadin Flow: A Quick 2-Minute Tutorial

preview_player
Показать описание
In this video, you'll learn an easy way to use a web socket push connection in Vaadin Flow to update the UI based on backend events.

0:00 - Intro
0:08 - Application overview
0:49 - Enabling web socket communication with @Push
1:24 - The completed application

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

Thanks, I had everything in place and it didn't work because I didn't have the @Push annotation. More quick tips like this please 😀

Satscape
Автор

Imagine I have few logged in users using my application. How do I use push to display something only for a specific user?

ffrreeaakk