Member-only story
Build a Real-Time App with Spring Boot and Flutter
7 min readOct 14, 2024
Hello Devs! In this story, we’ll show how to implement WebSocket communication with STOMP using Spring Boot and Flutter.
Press enter or click to view image in full size![]()
· Prerequisites
· Overview
∘ What are WebSockets?
∘ WebSockets Use Cases
∘ WebSocket and STOMP Protocols
· Real-world examples
· Getting Started
∘ Server-side project
∘ Client-side project
· App Results
· Conclusion
· References
If you are not a Medium member, then click here to read for free.
Prerequisites
This is the list of all the prerequisites:
- Maven 3.+
- Spring Boot 3+
- Java 17 or later
- Flutter 3+ installed
- Basic knowledge of Dart and Flutter
- Android Studio, Visual Studio Code, or another IDE
- Postman / insomnia or any other API testing tool.
