This tutorial demonstrates how to create a simple real-time chat application using Spring Boot and WebSockets.
- Navigate to the
integration/websocket-tutorialdirectory. - Run the application using the Maven wrapper:
./mvnw spring-boot:run
- Open your web browser and go to http://localhost:8080.
- Enter a username and click "Connect".
- You can now send and receive messages in the public chat room.
- Open multiple browser tabs or windows to simulate a conversation between different users.