/websokets-group-chat-demo

A simple demonstration of a group chat application built using WebSockets and the Spring framework. This project showcases real-time communication in a group chat setting and serves as a starting point for developers interested in integrating WebSocket functionality into their Spring applications.

Primary LanguageJava

Group Chat Application

This repository contains a simple demonstration of a group chat application built using WebSockets. The application is developed with the Spring framework, showcasing the integration of WebSocket functionality.

Features

  • Real-time group chat
  • WebSocket communication
  • Spring framework implementation

Prerequisites

  • Java 8 or later
  • Maven

Getting Started

  1. Clone the repository:

    git clone https://github.com/HosamUsf/websokets-group-chat-demo.git
  2. Navigate to the project directory:

    cd websokets-group-chat-demo
  3. Build the project:

    mvn clean install
  4. Run the application:

    java -jar target/websokets-group-chat-demo.jar
  5. Open your browser and visit http://localhost:8888 to access the group chat.

Contributing

If you'd like to contribute to this project, please follow the standard GitHub fork and pull request workflow.

image