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.
Java
Spring Boot
Spring-Boot-Projects
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.
Source code on - https://github.com/RameshMF/spring-boot-websocket-chat-demo.
Live demo on - https://spring-ws-chat.herokuapp.com/
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
- https://www.javaguides.net/2018/10/free-open-source-projects-using-spring-boot.html
- https://www.callicoder.com/spring-boot-websocket-chat-example/
- https://github.com/RameshMF/spring-boot-websocket-chat-demo
Comments
Post a Comment