HTTP runtime
Routes, middleware, static files, health checks, and JSON APIs run through the Vix application layer.
Vix.cpp runtime app
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
Routes, middleware, static files, health checks, and JSON APIs run through the Vix application layer.
Runtime counters and KV values survive through persistent storage so restart behavior can be observed.
The status dashboard exposes metrics, events, ThreadPool jobs, and WebSocket checks from the browser.
Runtime inspection