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
git clone https://github.com/PramithaMJ/thread-simulation-with-ws
cd thread-simulation