A real-time orderbook visualization application built with Java Spring Boot and WebSocket.
⏳ Note: It may take up to 10 seconds to launch if the app is inactive.
- Real-time orderbook data visualization
- Interactive price level charts
- OHLC data display
- Trade history
- News feed integration
- WebSocket-based live updates
- Backend: Java 17, Spring Boot, WebSocket
- Frontend: HTML, CSS, JavaScript, Chart.js
- Build: Gradle
- Deployment: Docker
- Clone the repository
- Run with Gradle:
./gradlew bootRun - Open browser to
http://localhost:8080
docker build -t orderbook-simulation .
docker run -p 8080:8080 orderbook-simulation

