A real-time chat application built using Spring Boot and WebSocket, which allows users to send and receive messages in real-time.
- Real-time messaging using WebSocket
- Multi-user chat support
- Lightweight and easy to deploy
- User-friendly interface (if applicable, describe front-end if used)
- Backend:
- Spring Boot
- WebSocket
Make sure you have the following installed:
- Java 17 or above
- Maven or Gradle
- Web Browser (for client testing)
- Clone the repository:
git clone https://github.com/cking100/springprojects cd springprojects