Skip to content
Back to Projects
Web AppFinanceTradingReal-time Data

Exness

A real-time trading platform clone with live market data, leverage, and order management

Completed Nov 12, 2024

exness.elevenai.xyz
Exness

About this project

A full trading simulation platform (CFD-style) built from scratch: live prices stream from Binance into Redis pub/sub and fan out to every connected client over WebSocket, TimescaleDB stores historical candles for fast chart queries, and Prisma handles orders with leverage, take-profit/stop-loss, and an automatic demo balance per user. JWT auth throughout.

Key features

  • Live Binance price feeds fanned out over Redis pub/sub and WebSocket
  • Leverage trading with take-profit, stop-loss, and demo balances
  • Candlestick history in TimescaleDB with fast chart queries

Technologies

ViteTypeScriptWebSocketPrismaRedisTimescaleDBRedis Pub/SubJWT

Screenshots

Architecture

High-level system diagram