Your high performance web application C framework
Crow is a C++ web framework for building HTTP servers, providing routing, a middleware pipeline, JSON serialization, and WebSocket support. It enables developers to define typed route handlers that extract URL parameters at compile time, return structured JSON responses, and manage real-time bidirectional communication. The framework distinguishes itself with compile-time route pattern parsing and typed argument binding, which eliminate runtime parsing overhead for URL parameters. Its event loop runs on Boost.Asio, and handler execution can be offloaded to a configurable thread pool to keep I
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
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Embedded C/C++ web server
الميزات الرئيسية لـ civetweb/civetweb هي: Networking, Web Development, Web Frameworks.
تشمل البدائل مفتوحة المصدر لـ civetweb/civetweb: crowcpp/crow — Crow is a C++ web framework for building HTTP servers, providing routing, a middleware pipeline, JSON serialization,… jlaine/qdjango — QDjango, a Qt-based C++ web framework. 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. cutelyst/cutelyst — A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework. microsoft/cpprestsdk — The C++ REST SDK is a library for asynchronous HTTP and RESTful communication in native C++ applications. It provides…