-
-
Notifications
You must be signed in to change notification settings - Fork 11
1_introduction
Mohamed edited this page Jun 10, 2025
·
4 revisions
Welcome to the QB Actor Framework! This section provides the essential starting points for understanding what QB is, why it was created, and the fundamental principles that guide its design. Whether you are new to actor systems or evaluating QB for your next C++ project, these pages will give you a solid foundation.
-
QB Framework: A High-Performance C++ Actor Toolkit
- Discover what QB offers, its key capabilities for building concurrent and distributed systems, and who this framework is designed for.
-
QB Framework Philosophy: Building Modern C++ Systems
- Delve into the core design philosophies behind QB, including its reliance on the Actor Model, asynchronous I/O, performance, modularity, and developer productivity.
After familiarizing yourself with this introductory material, we recommend proceeding to:
- The Getting Started Guide for a practical walkthrough of setting up and running your first QB application.
- The Core Concepts section to understand the fundamental building blocks like actors, events, and the asynchronous model in more detail.