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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to chronoxor/cppserver

Open-source alternatives to CppServer

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

  • boostorg/beastAvatar boostorg

    boostorg/beast

    4,801Vezi pe GitHub↗

    Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an asynchronous networking framework designed to compose non-blocking I/O operations and layered stream stacks for managing concurrent network traffic, specifically utilizing the Boost.Asio asynchronous model. The library provides a comprehensive implementation of the HTTP/1.1 and WebSocket protocols. For HTTP, it includes primitives for parsing and serializing messages with support for chunked transfer encoding, incremental body reading, and request pipelining. Its WebSocket implementati

    C++asioasync-programmingboost
    Vezi pe GitHub↗4,801
  • zaphoyd/websocketppAvatar zaphoyd

    zaphoyd/websocketpp

    7,702Vezi pe GitHub↗

    This is a header-only C++ library and asynchronous network framework used to implement WebSocket clients and servers. It provides a full implementation of the WebSocket protocol, including handshakes, subprotocol negotiation, and frame parsing. The framework is distinguished by a policy-based transport layer and template-driven protocol negotiation, allowing the underlying network implementation to be swapped between raw buffers, streams, or custom policies. It supports per-message deflate compression to reduce data transmission volume and integrates Transport Layer Security for encrypted bid

    C++
    Vezi pe GitHub↗7,702
  • zeromq/libzmqAvatar zeromq

    zeromq/libzmq

    10,902Vezi pe GitHub↗

    libzmq is a C++ based asynchronous messaging engine and networking core designed for routing non-blocking messages between distributed nodes. It functions as a distributed message queue that implements the ZMTP wire-format framing protocol to standardize how data moves across different network transport layers. The library provides a multi-transport abstraction that allows a single interface to route data across TCP, IPC, and in-process memory. It incorporates a cryptographic layer to encrypt and authenticate transmissions between nodes and employs topology-based messaging patterns, such as p

    C++concurrencylibzmqmessaging
    Vezi pe GitHub↗10,902

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • chenshuo/muduoAvatar chenshuo

    chenshuo/muduo

    16,157Vezi pe GitHub↗

    Muduo is a C++11 event-driven network library and framework designed for building high-concurrency Linux servers. It provides a toolkit for implementing scalable network services and socket communication using non-blocking I/O and asynchronous event processing. The framework implements a multi-threaded TCP server architecture that distributes connection handling across multiple CPU threads to maximize server throughput. This is achieved through a one-loop-per-thread model and a reactor pattern implementation, which dispatch network events from a central demultiplexer to registered handler fun

    C++
    Vezi pe GitHub↗16,157
  • microsoft/cpprestsdkAvatar microsoft

    microsoft/cpprestsdk

    8,265Vezi pe 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
    Vezi pe GitHub↗8,265
  • nghttp2/nghttp2Avatar nghttp2

    nghttp2/nghttp2

    5,009Vezi pe GitHub↗

    nghttp2 is a suite of low-level C libraries and tools designed for implementing the HTTP/2 protocol. It provides a memory-efficient implementation of the protocol's core logic, including framing, stream multiplexing, and flow control. The project includes a dedicated library for HPACK header compression and decompression to reduce network bandwidth. It also provides a toolset for analyzing network traffic and benchmarking server performance, including throughput and latency measurements. Its broader capabilities cover protocol implementation and traffic management, including ALPN connection

    C++
    Vezi pe GitHub↗5,009
  • facebook/proxygenAvatar facebook

    facebook/proxygen

    8,351Vezi pe GitHub↗

    Proxygen is a collection of C++ libraries for building high-performance HTTP servers and clients. It provides a protocol parser that converts raw network bytes into high-level transaction objects and includes a network stack for processing web traffic over the QUIC transport protocol. The project implements a layered protocol abstraction and a QUIC-based transport integration to support multiple versions of the HTTP standard, including HTTP/3. It utilizes state-machine based parsing and an event-driven I/O loop to manage concurrent network connections. The library covers asynchronous buffer

    C++
    Vezi pe GitHub↗8,351
  • adamcooke/staytusAvatar adamcooke

    adamcooke/staytus

    2,177Vezi pe GitHub↗

    💡 An open source solution for publishing the status of your services

    Rubyrailsstatusstatus-site
    Vezi pe GitHub↗2,177
  • ada-url/adaAvatar ada-url

    ada-url/ada

    1,739Vezi pe GitHub↗

    WHATWG-compliant and fast URL parser written in modern C++, part of Internet Archive, Node.js, Clickhouse, Redpanda, Kong, Telegram, Adguard, Datadog and Cloudflare Workers.

    C++cppneonparser
    Vezi pe GitHub↗1,739
  • aantti/mcp-netbirdAvatar aantti

    aantti/mcp-netbird

    50Vezi pe GitHub↗

    MCP Server for Netbird

    Go
    Vezi pe GitHub↗50
  • alamofire/alamofireAvatar Alamofire

    Alamofire/Alamofire

    42,385Vezi pe 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
    Vezi pe GitHub↗42,385
  • alikhalili/heartbeatA

    AliKhalili/heartbeat

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • allenxuxu/gevAvatar Allenxuxu

    Allenxuxu/gev

    1,775Vezi pe GitHub↗

    🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.

    Goepollepoll-tcp-serverevent-driven
    Vezi pe GitHub↗1,775
  • alvyxaz/barebones-masterserverAvatar alvyxaz

    alvyxaz/barebones-masterserver

    486Vezi pe GitHub↗

    Master Server framework for Unity

    C#
    Vezi pe GitHub↗486
  • akrennmair/gopcapAvatar akrennmair

    akrennmair/gopcap

    491Vezi pe GitHub↗

    A simple wrapper around libpcap for the Go programming language

    Go
    Vezi pe GitHub↗491
  • agrinman/tunneltoAvatar agrinman

    agrinman/tunnelto

    5,828Vezi pe GitHub↗

    tunnelto is a network tunneling tool that creates a public URL to forward traffic to a locally running web server, making it accessible from anywhere. It provides a way to expose local development servers to the internet through temporary or persistent public endpoints. The project supports authenticating tunnel connections with an API key to prevent unauthorized access, and allows reserving custom subdomains so the public URL remains stable across sessions. It also enables debugging webhook integrations by forwarding incoming requests to a local server for inspection during development, and

    Rustasync-ioexposelocalhost
    Vezi pe GitHub↗5,828
  • actionk/ecspowernetcodeA

    actionk/ECSPowerNetcode

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • analysis-tools-dev/static-analysisAvatar analysis-tools-dev

    analysis-tools-dev/static-analysis

    14,389Vezi pe GitHub↗

    This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It serves as a central resource for developers to discover, compare, and select tools based on specific programming languages, licensing models, and integration requirements. The directory distinguishes itself by providing deep metadata for each listed utility, including community-driven popularity rankings, maintenance status, and deployment methods. By aggregating these tools into a single searchable index, it enables teams to identify solutions for enforcing coding standards, ma

    Rustanalysisawesome-listcode-quality
    Vezi pe GitHub↗14,389
  • andreajens/rakugaki-rumbleA

    AndreaJens/rakugaki-rumble

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • andyburke/unityhttpA

    andyburke/UnityHTTP

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • apache/brpcAvatar apache

    apache/brpc

    17,545Vezi pe GitHub↗

    brpc is a high-performance C++ RPC framework and network programming library designed for building distributed systems. It functions as a multi-protocol RPC server capable of hosting and detecting multiple communication protocols, including gRPC, Thrift, HTTP, Redis, and Memcached, on a single TCP port. The project distinguishes itself through high-throughput data transport and memory efficiency, utilizing RDMA-based transport to bypass the kernel TCP stack and zero-copy memory management to eliminate data duplication. It also implements the Raft algorithm for consensus-based state replicatio

    C++rpc
    Vezi pe GitHub↗17,545
  • api7/apisix-mcpAvatar api7

    api7/apisix-mcp

    37Vezi pe GitHub↗

    APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin API.

    TypeScript
    Vezi pe GitHub↗37
  • ashleymills/reachability.swiftAvatar ashleymills

    ashleymills/Reachability.swift

    7,976Vezi pe GitHub↗

    Reachability.swift is a network connectivity listener and Swift network state wrapper. It monitors real-time changes to network status and tracks whether a device is connected to Wi-Fi or cellular data. The library functions as a network reachability monitor that uses closures and system notifications to trigger callbacks when connectivity changes. It tracks internet connectivity and connection types to allow for network state handling and the adjustment of app content loading based on availability.

    Swift
    Vezi pe GitHub↗7,976
  • asuran/zsh-docker-machineAvatar asuran

    asuran/zsh-docker-machine

    3Vezi pe GitHub↗

    Docker-machine plugin for oh-my-zsh

    Shell
    Vezi pe GitHub↗3
  • asynchttpclient/async-http-clientAvatar AsyncHttpClient

    AsyncHttpClient/async-http-client

    6,392Vezi pe GitHub↗

    This is a non-blocking network client for Java applications that provides asynchronous HTTP request capabilities and bidirectional WebSocket connectivity. It leverages a Netty-based architecture to handle high volumes of network input and output. The library utilizes native transport abstractions such as Epoll, KQueue, and io_uring to reduce system latency. It supports HTTP/2 multiplexing to run multiple concurrent request-response streams over a single connection and provides automatic response body decompression for various formats. Core capabilities cover the management of complex network

    Javaahcasyncasynchttpclient
    Vezi pe GitHub↗6,392
  • averageflow/gohooksA

    averageflow/gohooks

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • aws/aws-lambda-rust-runtimeAvatar aws

    aws/aws-lambda-rust-runtime

    3,602Vezi pe GitHub↗

    A Rust runtime for AWS Lambda

    Rust
    Vezi pe GitHub↗3,602
  • awslabs/aws-sdk-rustAvatar awslabs

    awslabs/aws-sdk-rust

    3,326Vezi pe GitHub↗

    AWS SDK for the Rust Programming Language

    Rustawsrust
    Vezi pe GitHub↗3,326
  • awslabs/s2nAvatar awslabs

    awslabs/s2n

    4,736Vezi pe GitHub↗

    s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It provides a modular cryptographic backend interface to encrypt data streams, manage handshakes, and handle mutual authentication between peers. The project focuses on post-quantum cryptography, integrating quantum-resistant key exchange and digital signatures to protect connections against future computing threats. It distinguishes itself through security hardening measures, such as memory-locked secret storage to prevent keys from being swapped to disk and timing-attack mitiga

    C
    Vezi pe GitHub↗4,736
  • anaibol/awesome-serverlessAvatar anaibol

    anaibol/awesome-serverless

    7,585Vezi pe GitHub↗

    :cloud: A curated list of awesome services, solutions and resources for serverless / nobackend applications.

    Vezi pe GitHub↗7,585