vix
Popular repositories Loading
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 - 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 - 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 - 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 - vix Public
⚡ 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 - p2p Public
Vix.cpp P2P is the peer-to-peer and edge networking layer of Vix.cpp. It provides node discovery, secure peer connections, message routing, and edge relay, and acts as the transport backbone for Vix’s offline-first sync engine (WAL / outbox). Designed for unstable networks, local-first systems, and high-performance C++ backends.
vixcpp/p2p’s past year of commit activity - examples Public
vixcpp/examples – Example applications demonstrating real-world usage of vix.cpp: Todo API, Blog, and Chat with WebSockets.
vixcpp/examples’s past year of commit activity - middleware Public
vixcpp/middleware – Standard middlewares for vix.cpp: authentication, CORS, logging, error handling, compression, and rate limiting.
vixcpp/middleware’s past year of commit activity
Top languages
Loading…
Most used topics
Loading…