# viabtc/viabtc_exchange_server

A trading engine with high-speed performance and real-time notification

Repository: https://github.com/viabtc/viabtc_exchange_server
Canonical: https://ross.abutalabs.com/products/viabtc_exchange_server
Language: C
License: MIT
License Family: permissive
Last push: 2021-12-17T13:16:42+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3467, "days_push": 1720, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2784, forks 1503 (observed 2026-08-28T04:07:21.832872+00:00)

## What it is
ViaBTC Exchange Server is a high-performance cryptocurrency exchange trading backend written in C, capable of processing up to 10,000 trades per second. It consists of a matchengine, market data services, HTTP and websocket access servers, and an alert center, using MySQL, Redis, and Kafka as supporting infrastructure.

## Use cases
- run a cryptocurrency exchange backend
- match orders at high throughput
- push real-time market and user data over websocket
- generate k-line candlestick market data
- store and query trade and balance history
- build a self-hosted digital asset trading platform

## When to choose
- you need a battle-tested, high-speed order matching engine
- you are building a crypto exchange and want full control of the backend
- you need real-time websocket push for market and user data
- you can operate the required MySQL, Redis, and Kafka infrastructure

## When to avoid
- you need a turnkey exchange with frontend and admin UI included
- you cannot maintain C code or complex multi-service deployments
- you target platforms other than Ubuntu 14.04/16.04 without testing
- you need frequent updates or active community support

## Facets
- artifact type: service
- maturity: maintenance
- function: trading, websocket, http-server, message-queue, database, caching, monitoring, alerting
- domain: fintech, backend, microservices
- platform: self-hosted
- tags: trading-engine, cryptocurrency-exchange, matchengine, order-matching, market-data, k-line, high-performance, c, cryptocurrency, real-time, linux, docker

## Member repositories
- viabtc/viabtc_exchange_server (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:21.832872+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:16:03.564585+00:00, confidence not recorded.
  - readme: https://github.com/viabtc/viabtc_exchange_server (fetched 2026-08-28T04:07:21.832872+00:00, sha 038fd4a491c2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
