An open API service indexing awesome lists of open source software.

https://github.com/pramithamj/thread-simulation-with-ws

demonstrates real-time thread simulation using WebSocket
https://github.com/pramithamj/thread-simulation-with-ws

multithreading spring-boot web-sockets

Last synced: about 2 months ago
JSON representation

demonstrates real-time thread simulation using WebSocket

Awesome Lists containing this project

README

        

# Thread Simulation WebSocket Application

Screenshot 2024-12-09 at 3 56 19 AM

## Overview
This is a Spring Boot application that demonstrates real-time thread simulation using WebSocket technology. The application allows users to start multiple threads and track their progress in real-time through a web interface.

## Features
- Start configurable number of threads
- Real-time thread status tracking
- WebSocket-based progress updates
- Simple and intuitive web interface

## Prerequisites
- Java 17 or higher
- Maven
- Git

## Technology Stack
- Spring Boot
- WebSocket
- SockJS
- STOMP
- Lombok

## Getting Started

### Clone the Repository

```bash
git clone https://github.com/PramithaMJ/thread-simulation-with-ws
cd thread-simulation
```