Your high performance web application C framework
Drogon is a high-performance C++ HTTP web framework and asynchronous web server designed for building web applications and REST APIs. It utilizes an event-driven, non-blocking architecture to handle concurrent HTTP and WebSocket connections, and it implements a model-view-controller structure to separate business logic from presentation. The framework includes an integrated C++ object-relational mapping system and database client for performing asynchronous operations with relational databases and Redis key-value stores. It supports real-time, full-duplex communication via WebSockets and prov
The C++ REST SDK is a library for asynchronous HTTP and RESTful communication in native C++ applications. It provides a non-blocking network client for sending requests and receiving responses, a JSON parser for serializing and deserializing data, and a WebSocket client library for real-time, full-duplex communication. The project includes a dedicated OAuth2 authentication client to manage access tokens and authorization flows for secure communication with protected cloud resources. It utilizes a task-based asynchronous model to coordinate background operations and keep application interfaces
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
الميزات الرئيسية لـ cutelyst/cutelyst هي: Framework Extensions, Web Development, Web Frameworks, Web.
تشمل البدائل مفتوحة المصدر لـ cutelyst/cutelyst: jlaine/qdjango — QDjango, a Qt-based C++ web framework. oatpp/oatpp — Oatpp is a high-performance C++ web framework and API development kit used for building REST APIs and web services. It… an-tao/drogon — Drogon is a high-performance C++ HTTP web framework and asynchronous web server designed for building web applications… boazsegev/facil.io — Your high performance web application C framework. microsoft/cpprestsdk — The C++ REST SDK is a library for asynchronous HTTP and RESTful communication in native C++ applications. It provides… treefrogframework/treefrog-framework — TreeFrog Framework : High-speed C++ MVC Framework for Web Application.