Skip to content
@vixcpp

Vix.cpp

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

Pinned Loading

  1. vix vix Public

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

    CMake 191 14

  2. p2p p2p Public

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

    C++ 1

  3. websocket websocket Public

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

    C++ 3 2

  4. cli cli Public

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

    C++ 7 2

  5. sync sync Public

    Offline-first sync engine (WAL, outbox, retries).

    C++

  6. registry registry Public

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

Repositories

Showing 10 of 26 repositories
  • vix Public

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

    vixcpp/vix’s past year of commit activity
    CMake 191 MIT 14 169 (1 issue needs help) 3 Updated Jan 24, 2026
  • 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++ 7 MIT 2 0 0 Updated Jan 24, 2026
  • db Public

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

    vixcpp/db’s past year of commit activity
    C++ 0 MIT 0 0 0 Updated Jan 24, 2026
  • orm Public

    vixcpp/orm – Object-Relational Mapping (ORM) for vix.cpp. Allows defining C++ models mapped to databases and provides auto-generated CRUD operations.

    vixcpp/orm’s past year of commit activity
    C++ 6 MIT 1 0 0 Updated Jan 23, 2026
  • registry Public

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

    vixcpp/registry’s past year of commit activity
    0 MIT 0 0 0 Updated Jan 22, 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 1 0 0 Updated Jan 21, 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 2 0 0 Updated Jan 21, 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++ 3 MIT 2 0 0 Updated Jan 18, 2026
  • sync Public

    Offline-first sync engine (WAL, outbox, retries).

    vixcpp/sync’s past year of commit activity
    C++ 0 MIT 0 0 0 Updated Jan 18, 2026
  • p2p Public

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

    vixcpp/p2p’s past year of commit activity
    C++ 1 MIT 0 0 0 Updated Jan 18, 2026

Top languages

Loading…