Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 2.2 KB

README.md

File metadata and controls

43 lines (26 loc) · 2.2 KB

Chat Application with using Websockets in Spring Boot

I followed a tutorial on YouTube to build this chat application. You can watch the tutorial for detailed instructions on how to create a similar application:

Used Technologies

During the development of this application, I utilized the following technologies:

  • Spring Boot: A powerful Java framework for building web applications.
  • WebSocket: A communication protocol for real-time, full-duplex communication between a client and a server.
  • STOMP (Simple Text Oriented Messaging Protocol): A messaging protocol that defines the format and rules for data exchange.
  • SockJS: A JavaScript library that provides a WebSocket-like object in browsers that don't support WebSocket.

How to Run

  1. Clone this repository to your local machine.
  2. Make sure you have Java and Maven installed.
  3. Navigate to the project directory in your terminal.
  4. Run the following command to start the application:
mvn spring-boot:run

Screenshots

Here are some screenshots of the chat application:

Screenshot 2

Screenshot 1

Screenshot 2

Additional Resources

For further information, you can refer to the following resources: