CoolFace
Apppublic

mdelehaye/orderbook-simulation

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Orderbook Simulation

A real-time orderbook visualization application built with Java Spring Boot and WebSocket.

Features

  • Real-time orderbook data visualization
  • Interactive price level charts
  • OHLC data display
  • Trade history
  • News feed integration
  • WebSocket-based live updates

Technologies

  • Backend: Java 17, Spring Boot, WebSocket
  • Frontend: HTML, CSS, JavaScript, Chart.js
  • Build: Gradle
  • Deployment: Docker

Running Locally

  1. 1.Clone the repository
  2. 2.Run with Gradle: ./gradlew bootRun
  3. 3.Open browser to http://localhost:8080

Docker Deployment

bash
docker build -t orderbook-simulation .
docker run -p 8080:8080 orderbook-simulation