Skip to content

The project is a Live Chat application built with Java and Spring Web, utilizing WebSocket for real-time communication. The application enables instant messaging between users.

Notifications You must be signed in to change notification settings

felipemelozx/livechat-spring-boot-websocket-stomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live chat - Spring Web e WebSocket

The project is a Live Chat application built with Java and Spring Web, utilizing WebSocket for real-time communication. The application enables instant messaging between users.

Technology

Here are the technologies used in this project:

  • Java version 17.0.0
  • Spring Boot 3.4.0

Services Used

  • GitHub

Dependencies

  • Spring Boot Starters
    • spring-boot-starter-websocket
    • spring-boot-starter-web
    • spring-boot-starter-test (scope test)

Getting Started

Pre-requisites

  • Java 17
  • Maven

Build and Run

  1. Clone the repository:

    git clone https://github.com/felipemelozx/livechat-spring-boot-websocket-stomp
    cd livechat-spring-boot-websocket-stomp
  2. Build the project:

    mvn clean install
  3. Run the project:

    mvn spring-boot:run
  4. Access the application at http://localhost:8080

Features

The main features of the application are:

  • Real-time messaging.

Links

Versioning

0.0.1-SNAPSHOT

Authors

  • Felipe

Please follow GitHub and join us! Thanks for visiting and happy coding!

About

The project is a Live Chat application built with Java and Spring Web, utilizing WebSocket for real-time communication. The application enables instant messaging between users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published