Spring Boot WebSocket Project - Chat Application | GitHub

In this post, we would like to suggest a free open-source project that is a Chat Application developed using Spring Boot and WebSocket API for learning purposes. So go ahead, check out the source code, and have a hands-on experience on real-time project.
Chat App project is an open-source project and it's source code available on GitHub repository - https://github.com/RameshMF/spring-security-react-ant-design-polls-app 

In this project, you’ll learn how to use WebSocket API with Spring Boot and build a simple group chat application at the end.

Spring Boot WebSocket Project - Chat Application 

This is Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol. You will learn how to use WebSocket API with Spring Boot and build a simple group chat application at the end.

This project developed step by step tutorial at Building a chat application with Spring Boot and WebSocket.



The below screen screenshot shows a demo of this application.:
You can explore the live demo of the application by clicking this link - https://spring-ws-chat.herokuapp.com/.

References


Comments