Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

WebSocket Chat Tutorial

This tutorial demonstrates how to create a simple real-time chat application using Spring Boot and WebSockets.

How to Run

  1. Navigate to the integration/websocket-tutorial directory.
  2. Run the application using the Maven wrapper:
    ./mvnw spring-boot:run
  3. Open your web browser and go to http://localhost:8080.

How to Use

  1. Enter a username and click "Connect".
  2. You can now send and receive messages in the public chat room.
  3. Open multiple browser tabs or windows to simulate a conversation between different users.