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
- Host: GitHub
- URL: https://github.com/pramithamj/thread-simulation-with-ws
- Owner: PramithaMJ
- License: mit
- Created: 2024-12-08T22:25:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T10:06:14.000Z (3 months ago)
- Last Synced: 2025-03-09T11:18:39.077Z (3 months ago)
- Topics: multithreading, spring-boot, web-sockets
- Language: Java
- Homepage: https://pramithamj.github.io/thread-simulation-with-ws/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Thread Simulation WebSocket Application
## 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
```