awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 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/beastالصورة الرمزية لـ boostorg

    boostorg/beast

    4,801عرض على 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
    عرض على GitHub↗4,801
  • zaphoyd/websocketppالصورة الرمزية لـ zaphoyd

    zaphoyd/websocketpp

    7,702عرض على 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++
    عرض على GitHub↗7,702
  • zeromq/libzmqالصورة الرمزية لـ zeromq

    zeromq/libzmq

    10,902عرض على 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
    عرض على GitHub↗10,902

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • chenshuo/muduoالصورة الرمزية لـ chenshuo

    chenshuo/muduo

    16,157عرض على 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++
    عرض على GitHub↗16,157
  • microsoft/cpprestsdkالصورة الرمزية لـ microsoft

    microsoft/cpprestsdk

    8,265عرض على 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
    عرض على GitHub↗8,265
  • nghttp2/nghttp2الصورة الرمزية لـ nghttp2

    nghttp2/nghttp2

    5,009عرض على 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++
    عرض على GitHub↗5,009
  • facebook/proxygenالصورة الرمزية لـ facebook

    facebook/proxygen

    8,351عرض على 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++
    عرض على GitHub↗8,351
  • adamcooke/staytusالصورة الرمزية لـ adamcooke

    adamcooke/staytus

    2,177عرض على GitHub↗

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

    Rubyrailsstatusstatus-site
    عرض على GitHub↗2,177
  • ada-url/adaالصورة الرمزية لـ ada-url

    ada-url/ada

    1,739عرض على 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
    عرض على GitHub↗1,739
  • aantti/mcp-netbirdالصورة الرمزية لـ aantti

    aantti/mcp-netbird

    50عرض على GitHub↗

    MCP Server for Netbird

    Go
    عرض على GitHub↗50
  • alamofire/alamofireالصورة الرمزية لـ Alamofire

    Alamofire/Alamofire

    42,385عرض على 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
    عرض على GitHub↗42,385
  • alikhalili/heartbeatA

    AliKhalili/heartbeat

    0عرض على GitHub↗
    عرض على GitHub↗0
  • allenxuxu/gevالصورة الرمزية لـ Allenxuxu

    Allenxuxu/gev

    1,775عرض على 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
    عرض على GitHub↗1,775
  • alvyxaz/barebones-masterserverالصورة الرمزية لـ alvyxaz

    alvyxaz/barebones-masterserver

    486عرض على GitHub↗

    Master Server framework for Unity

    C#
    عرض على GitHub↗486
  • akrennmair/gopcapالصورة الرمزية لـ akrennmair

    akrennmair/gopcap

    491عرض على GitHub↗

    A simple wrapper around libpcap for the Go programming language

    Go
    عرض على GitHub↗491
  • agrinman/tunneltoالصورة الرمزية لـ agrinman

    agrinman/tunnelto

    5,828عرض على 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
    عرض على GitHub↗5,828
  • actionk/ecspowernetcodeA

    actionk/ECSPowerNetcode

    0عرض على GitHub↗
    عرض على GitHub↗0
  • analysis-tools-dev/static-analysisالصورة الرمزية لـ analysis-tools-dev

    analysis-tools-dev/static-analysis

    14,389عرض على 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
    عرض على GitHub↗14,389
  • andreajens/rakugaki-rumbleA

    AndreaJens/rakugaki-rumble

    0عرض على GitHub↗
    عرض على GitHub↗0
  • andyburke/unityhttpA

    andyburke/UnityHTTP

    0عرض على GitHub↗
    عرض على GitHub↗0
  • apache/brpcالصورة الرمزية لـ apache

    apache/brpc

    17,545عرض على 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
    عرض على GitHub↗17,545
  • api7/apisix-mcpالصورة الرمزية لـ api7

    api7/apisix-mcp

    37عرض على GitHub↗

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

    TypeScript
    عرض على GitHub↗37
  • ashleymills/reachability.swiftالصورة الرمزية لـ ashleymills

    ashleymills/Reachability.swift

    7,976عرض على 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
    عرض على GitHub↗7,976
  • asuran/zsh-docker-machineالصورة الرمزية لـ asuran

    asuran/zsh-docker-machine

    3عرض على GitHub↗

    Docker-machine plugin for oh-my-zsh

    Shell
    عرض على GitHub↗3
  • asynchttpclient/async-http-clientالصورة الرمزية لـ AsyncHttpClient

    AsyncHttpClient/async-http-client

    6,392عرض على 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
    عرض على GitHub↗6,392
  • averageflow/gohooksA

    averageflow/gohooks

    0عرض على GitHub↗
    عرض على GitHub↗0
  • aws/aws-lambda-rust-runtimeالصورة الرمزية لـ aws

    aws/aws-lambda-rust-runtime

    3,602عرض على GitHub↗

    A Rust runtime for AWS Lambda

    Rust
    عرض على GitHub↗3,602
  • awslabs/aws-sdk-rustالصورة الرمزية لـ awslabs

    awslabs/aws-sdk-rust

    3,326عرض على GitHub↗

    AWS SDK for the Rust Programming Language

    Rustawsrust
    عرض على GitHub↗3,326
  • awslabs/s2nالصورة الرمزية لـ awslabs

    awslabs/s2n

    4,736عرض على 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
    عرض على GitHub↗4,736
  • anaibol/awesome-serverlessالصورة الرمزية لـ anaibol

    anaibol/awesome-serverless

    7,585عرض على GitHub↗

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

    عرض على GitHub↗7,585