Vix.cpp runtime app

Native C++. Real backend runtime.

Pico is a compact C++ backend built with Vix.cpp. It validates real runtime features in one running app: HTTP routes, durable KV state, SQLite events, background jobs, and WebSocket diagnostics.

What it proves

One small app. Multiple runtime layers.

HTTP runtime

Routes, middleware, static files, health checks, and JSON APIs run through the Vix application layer.

Durable state

Runtime counters and KV values survive through persistent storage so restart behavior can be observed.

Live diagnostics

The status dashboard exposes metrics, events, ThreadPool jobs, and WebSocket checks from the browser.

Runtime inspection

Useful endpoints

Open dashboard