awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to civetweb/civetweb

Open-source alternatives to Civetweb

30 open-source projects similar to civetweb/civetweb, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Civetweb alternative.

  • jlaine/qdjangojlaine avatar

    jlaine/qdjango

    276View on GitHub↗

    QDjango, a Qt-based C++ web framework

    C++
    View on GitHub↗276
  • boazsegev/facil.ioboazsegev avatar

    boazsegev/facil.io

    2,388View on GitHub↗

    Your high performance web application C framework

    C
    View on GitHub↗2,388
  • treefrogframework/treefrog-frameworktreefrogframework avatar

    treefrogframework/treefrog-framework

    1,370View on GitHub↗

    TreeFrog Framework : High-speed C++ MVC Framework for Web Application

    C++
    View on GitHub↗1,370
  • valyala/fasthttpvalyala avatar

    valyala/fasthttp

    23,264View on GitHub↗

    Fasthttp is a high-performance networking framework for Go, designed to maximize throughput and minimize memory overhead in demanding web applications. It functions as a specialized HTTP server and client library that prioritizes efficient resource management, allowing developers to build scalable services capable of handling massive concurrent traffic with minimal garbage collection pressure. The library distinguishes itself through a focus on zero-allocation processing and low-level optimization. It achieves this by recycling temporary request and response objects through managed pools and

    Go
    View on GitHub↗23,264
  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
  • 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
  • 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
  • microsoft/cpprestsdkmicrosoft avatar

    microsoft/cpprestsdk

    8,265View on GitHub↗

    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

    C++asyncasynchronous-taskscloud
    View on GitHub↗8,265
  • userver-framework/userveruserver-framework avatar

    userver-framework/userver

    2,811View on GitHub↗

    userver is a comprehensive C++ backend application platform and asynchronous framework designed for building scalable microservices. It provides a high-performance execution environment for deploying services that communicate via gRPC and HTTP using a middleware-based request pipeline. The platform distinguishes itself through a distributed service orchestration toolset that manages shared state, distributed locking, and dynamic configuration updates without requiring process restarts. It utilizes a coroutine-based asynchronous execution model and event-loop network I/O to handle high-concurr

    C++asyncasynchronouscoroutines
    View on GitHub↗2,811
  • wfrest/wfrestwfrest avatar

    wfrest/wfrest

    1,002View on GitHub↗

    C++ Web Framework REST API

    C++
    View on GitHub↗1,002
  • oatpp/oatppoatpp avatar

    oatpp/oatpp

    8,553View on GitHub↗

    Oatpp is a high-performance C++ web framework and API development kit used for building REST APIs and web services. It functions as an asynchronous HTTP server that utilizes coroutines to handle thousands of simultaneous connections without blocking threads. The toolkit includes a native C++ object-relational mapping layer for executing SQL queries and transforming database results into data objects. It also provides a WebSocket communication library for establishing full-duplex channels to support real-time data streaming and live media. The framework covers a broad range of capabilities, i

    C++c-plus-pluscppcross-platform
    View on GitHub↗8,553
  • lostdesign/webgemslostdesign avatar

    lostdesign/webgems

    5,103View on GitHub↗

    Webgems is a curated web development resource directory and developer tooling index. It provides a searchable interface for locating vetted materials, libraries, and learning guides categorized by technical discipline. The project functions as a resource map and design asset gallery, organizing programming language guides and technical utilities for software engineers and designers. It utilizes static site generation and static data indexing to deliver a directory of resources without requiring a live backend. The interface supports client-side search filtering and resource discovery, allowi

    Vuebookmarkhacktoberfestlearn
    View on GitHub↗5,103
  • adrientorris/awesome-blazorAdrienTorris avatar

    AdrienTorris/awesome-blazor

    9,307View on GitHub↗
    asp-net-coreaspnetcoreawesome
    View on GitHub↗9,307
  • adonisjs/coreadonisjs avatar

    adonisjs/core

    18,990View on GitHub↗

    This is a TypeScript web framework and Node.js backend framework used to build web applications and API servers. It serves as a server-side application toolkit providing a structured environment for managing HTTP routing, request parsing, and application configuration. The framework features a dependency injection container to deliver required objects between application components, decoupling internal logic. It includes built-in tools for server-side data security, such as cryptographic drivers for hashing sensitive data and encrypting application data at rest. The project covers broad capa

    TypeScript
    View on GitHub↗18,990
  • abahmed/gearboxA

    abahmed/gearbox

    0View on GitHub↗
    View on GitHub↗0
  • adamhalasz/dietadamhalasz avatar

    adamhalasz/diet

    396View on GitHub↗

    Diet is a tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis. ```javascript var server = require('diet')

    JavaScript
    View on GitHub↗396
  • adam-golab/react-developer-roadmapadam-golab avatar

    adam-golab/react-developer-roadmap

    18,983View on GitHub↗

    This project is a structured visual guide and curriculum designed to map the essential skills, technologies, and libraries required for professional web development. It provides a comprehensive roadmap that organizes foundational topics and specialized tools into a logical progression, specifically focusing on mastering the React ecosystem and advancing technical expertise. The resource functions as a community-curated knowledge base, utilizing a decentralized model where contributors propose and validate additions to the learning path. By categorizing modern frameworks and utilities into dis

    JavaScript
    View on GitHub↗18,983
  • aaugustin/websocketsaaugustin avatar

    aaugustin/websockets

    5,692View on GitHub↗

    websockets is a Python library for building WebSocket servers and clients using coroutines and the asyncio framework. It provides a complete toolkit for creating production-ready WebSocket applications, including a coroutine-based framework for handling connections, messages, and lifecycle events, as well as a client library for opening persistent bidirectional connections to remote endpoints. The library manages the full lifecycle of WebSocket connections, including handshake, message exchange, and graceful closure, with support for path-based routing to organize server logic across multiple

    Python
    View on GitHub↗5,692
  • 92bondstreet/code-review-front-end92bondstreet avatar

    92bondstreet/code-review-front-end

    35View on GitHub↗

    🛂 Code Review Checklist for Front-End Developers

    View on GitHub↗35
  • akrennmair/gopcapakrennmair avatar

    akrennmair/gopcap

    491View on GitHub↗

    A simple wrapper around libpcap for the Go programming language

    Go
    View on GitHub↗491
  • aisk/voxA

    aisk/vox

    0View on GitHub↗
    View on GitHub↗0
  • adacore/awsAdaCore avatar

    AdaCore/aws

    158View on GitHub↗

    AWS is a complete framework to develop Web based applications in Ada.

    Ada
    View on GitHub↗158
  • alamofire/alamofireAlamofire avatar

    Alamofire/Alamofire

    42,385View on GitHub↗

    Alamofire is an HTTP networking library that provides a foundation for managing network requests and responses through a chainable, type-safe interface. It serves as an asynchronous request manager, coordinating concurrent network operations and data streams while maintaining application responsiveness. The library distinguishes itself through a protocol-oriented request adaptation system, which utilizes interceptors to modify or authenticate requests before dispatch. It employs a middleware-driven pipeline to process traffic, handling encoding, authentication, and error recovery in a modular

    Swiftalamofirecarthagecertificate-pinning
    View on GitHub↗42,385
  • albburtsev/frontend-developer-checklistalbburtsev avatar

    albburtsev/frontend-developer-checklist

    34View on GitHub↗

    Frontend-developer's checklist

    View on GitHub↗34
  • alehkot/drupal-launch-checklistalehkot avatar

    alehkot/drupal-launch-checklist

    2View on GitHub↗

    Drupal Website Launch Checklist (the best practices)

    View on GitHub↗2
  • alex/what-happens-whenalex avatar

    alex/what-happens-when

    43,189View on GitHub↗

    This project is a collaborative knowledge base and technical learning resource that provides a detailed breakdown of the internal processes occurring within modern computing environments. It serves as a comprehensive educational reference, tracing the step-by-step operations triggered by common user interactions and network requests to explain how hardware and software components interact across the entire stack. The guide distinguishes itself by offering deep technical insights into the journey from physical input to visual output. It covers the low-level mechanics of hardware interrupt hand

    View on GitHub↗43,189
  • alexferl/vestalexferl avatar

    alexferl/vest

    7View on GitHub↗

    REST client in V.

    V
    View on GitHub↗7
  • alexintosh/awesome-ionicAlexintosh avatar

    Alexintosh/Awesome-Ionic

    1,463View on GitHub↗

    😎 A curated list of amazingly awesome Ionic libraries, resources and solutions.

    angularcordova-pluginionic
    View on GitHub↗1,463
  • alibaba/beidoualibaba avatar

    alibaba/beidou

    2,729View on GitHub↗

    🌌 Isomorphic framework for server-rendered React apps

    JavaScript
    View on GitHub↗2,729
  • aidenybai/millionaidenybai avatar

    aidenybai/million

    17,636View on GitHub↗

    Million is a framework-level enhancement designed to optimize the performance of user interfaces by reducing overhead in component reconciliation. It functions as a build-time compiler that transforms components into lightweight, efficient code to accelerate rendering and minimize the runtime work required for interface updates. The project distinguishes itself by replacing standard reconciliation logic with a specialized virtual DOM implementation. Through static analysis and a build-step utility, it identifies and optimizes component trees, allowing for granular updates that target only mod

    TypeScriptbest-practicesblockdomcompiler
    View on GitHub↗17,636