Multi-exchange, real-time orderbook with a Go backend and a React + Vite frontend.
Go
146
11 commits
updated Oct 21, 2025
Multi-exchange, real-time orderbook with a Go backend and a React + Vite frontend.
Note: This is an experimental project built quickly for learning and prototyping. Expect rough edges.
Support the project
What it is
Project layout
Quick start
Backend (Go 1.22+)
go run ./cmd/main.go
Frontend (Node 18+)
cd frontend
npm install
npm run dev
# Open the URL printed by Vite http://localhost:5173
How it works
Controls (frontend)
Exchanges enabled
Builds
Backend
# Build a binary
go build -o crypto-orderbook ./cmd
# Run with race detector
go run -race ./cmd
Frontend
cd frontend
npm run build
npm run preview
Notes
7 commits
4 commits
Go
60.2%
TypeScript
36.8%
CSS
2.5%
Multi-exchange, real-time orderbook with a Go backend and a React + Vite frontend.
Go
146
11 commits
updated Oct 21, 2025
Multi-exchange, real-time orderbook with a Go backend and a React + Vite frontend.
Note: This is an experimental project built quickly for learning and prototyping. Expect rough edges.
Support the project
What it is
Project layout
Quick start
Backend (Go 1.22+)
go run ./cmd/main.go
Frontend (Node 18+)
cd frontend
npm install
npm run dev
# Open the URL printed by Vite http://localhost:5173
How it works
Controls (frontend)
Exchanges enabled
Builds
Backend
# Build a binary
go build -o crypto-orderbook ./cmd
# Run with race detector
go run -race ./cmd
Frontend
cd frontend
npm run build
npm run preview
Notes
7 commits
4 commits
Go
60.2%
TypeScript
36.8%
CSS
2.5%