Skip to content

MuhammetFatihAktug/websockets-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Chat Application with Spring Web Sockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published