awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
civetweb avatar

civetweb/civetweb

0
View on GitHub↗
3,408 stars·1,034 forks·C·11 views

Civetweb

Embedded C/C++ web server

Features

  • Networking - HTTP server.
  • Web Development - Embedded Web server with CGI and SSL support.
  • Web Frameworks - Embeddable web server with support for CGI, SSL, and Lua.

Star history

Star history chart for civetweb/civetwebStar history chart for civetweb/civetweb

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does civetweb/civetweb do?

Embedded C/C++ web server

What are the main features of civetweb/civetweb?

The main features of civetweb/civetweb are: Networking, Web Development, Web Frameworks.

Which projects share features with civetweb/civetweb?

Projects with overlapping indexed features include: 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…

Projects sharing features with Civetweb

These projects share indexed features with Civetweb. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • boazsegev/facil.ioboazsegev avatar

    boazsegev/facil.io

    2,388View on GitHub↗

    Your high performance web application C framework

    C
    View on GitHub↗2,388
  • crowcpp/crowCrowCpp avatar

    CrowCpp/Crow

    4,721View on GitHub↗

    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

    C++cppcrowframework
    View on GitHub↗4,721
  • an-tao/drogonan-tao avatar

    an-tao/drogon

    13,993View on GitHub↗

    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

    C++
    View on GitHub↗13,993
  • cutelyst/cutelystcutelyst avatar

    cutelyst/cutelyst

    972View on GitHub↗

    A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.

    C++
    View on GitHub↗972
  • Compare all 30 related projects→