Skip to content
@vixcpp

Vix.cpp

Building the next generation of offline-first, high-performance C++ infrastructure for real-world systems.

Pinned Loading

  1. vix vix Public

    The offline-first C++ runtime for building high-performance real-world systems.

    CMake 389 31

  2. p2p p2p Public

    Vix.cpp P2P is a secure, offline-first peer-to-peer networking layer for high-performance C++ systems.

    C++ 3

  3. async async Public

    Low-level async runtime (scheduler, coroutines, timers, thread pool) for Vix.cpp

    C++ 2

  4. middleware middleware Public

    vixcpp/middleware – Standard middlewares for vix.cpp: authentication, CORS, logging, error handling, compression, and rate limiting.

    C++ 2

  5. db db Public

    Vix.cpp DB core (anti-ORM): drivers, pool, transactions, migrations.

    C++ 3 1

  6. websocket websocket Public

    vixcpp/websocket – WebSocket and real-time streaming support. Enables chat apps, notifications, IoT, and live dashboards.

    C++ 6 1

Repositories

Showing 10 of 99 repositories
  • cli Public

    vixcpp/cli – Command Line Interface for vix.cpp. Scaffold new projects, run the server with hot reload, and generate models or resources.

    vixcpp/cli’s past year of commit activity
    C++ 8 MIT 2 0 0 Updated Apr 11, 2026
  • wall Public

    Live production demo of Vix.cpp

    vixcpp/wall’s past year of commit activity
    C++ 1 MIT 0 0 0 Updated Apr 11, 2026
  • registry Public

    High-performance package registry engine built on Vix (C++).

    vixcpp/registry’s past year of commit activity
    2 MIT 0 0 0 Updated Apr 10, 2026
  • core Public

    vixcpp/core – The core of the vix.cpp framework. Provides the HTTP server, router, JSON utilities, and middleware system. All other modules are built on top of it.

    vixcpp/core’s past year of commit activity
    C++ 9 MIT 1 0 0 Updated Apr 10, 2026
  • vix Public

    The offline-first C++ runtime for building high-performance real-world systems.

    vixcpp/vix’s past year of commit activity
    CMake 389 MIT 31 15 1 Updated Apr 9, 2026
  • vixcpp.github.io Public

    ⚡ Vix a C++20 runtime for offline-first, P2P and high-performance applications. Local-first execution, Asio-powered async I/O, modular architecture.

    vixcpp/vixcpp.github.io’s past year of commit activity
    Vue 3 MIT 0 0 0 Updated Apr 8, 2026
  • utils Public

    utils – The utility module of the framework. Provides common tools such as logging (via Logger), configuration management, string manipulation, and general-purpose helpers. Used across all other modules in the project to ensure consistency and reduce code duplication.

    vixcpp/utils’s past year of commit activity
    C++ 1 MIT 0 0 0 Updated Apr 6, 2026
  • cache Public

    HTTP cache engine for Vix. Pluggable cache stores, cache policies, and keying strategies for high-performance HTTP response caching.

    vixcpp/cache’s past year of commit activity
    C++ 0 MIT 0 0 0 Updated Apr 5, 2026
  • json Public

    📦 vixcpp/json – JSON serialization and deserialization for vix.cpp Efficient and lightweight JSON library for vix.cpp. Serialize C++ objects to JSON and deserialize JSON to strongly-typed C++ structures. Fully integrated with vix.cpp's runtime and model system.

    vixcpp/json’s past year of commit activity
    C++ 2 MIT 0 0 0 Updated Apr 5, 2026
  • websocket Public

    vixcpp/websocket – WebSocket and real-time streaming support. Enables chat apps, notifications, IoT, and live dashboards.

    vixcpp/websocket’s past year of commit activity
    C++ 6 MIT 1 0 0 Updated Apr 5, 2026

Top languages

Loading…