awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to embeddedmz/ftpclient-cpp

Open-source alternatives to Ftpclient Cpp

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

  • skywind3000/kcpskywind3000 的头像

    skywind3000/kcp

    16,786在 GitHub 上查看↗

    KCP is a low-latency transport protocol and reliability layer designed to provide TCP-like guaranteed delivery and ordering over UDP. It implements an automatic repeat request protocol to minimize network jitter and delays, prioritizing timeliness over bandwidth efficiency. The project distinguishes itself through a pluggable congestion controller and flow control logic, allowing the transport layer to be tuned for specific network environments. It includes a NAT keep-alive system that uses periodic heartbeat packets to maintain active communication paths and prevent address translation timeo

    C
    在 GitHub 上查看↗16,786
  • boostorg/asioboostorg 的头像

    boostorg/asio

    1,587在 GitHub 上查看↗

    Boost.org asio module

    C++
    在 GitHub 上查看↗1,587
  • microsoft/cpprestsdkmicrosoft 的头像

    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
  • riolet/waferriolet 的头像

    riolet/WAFer

    695在 GitHub 上查看↗

    WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.

    C
    在 GitHub 上查看↗695

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • uriparser/uriparseruriparser 的头像

    uriparser/uriparser

    410在 GitHub 上查看↗

    :hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C99; moved from SourceForge to GitHub

    C
    在 GitHub 上查看↗410
  • boostorg/beastboostorg 的头像

    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
  • etr/libhttpserveretr 的头像

    etr/libhttpserver

    943在 GitHub 上查看↗

    C++ library for creating an embedded Rest HTTP server (and more)

    C++
    在 GitHub 上查看↗943
  • mattgodbolt/seasocksmattgodbolt 的头像

    mattgodbolt/seasocks

    776在 GitHub 上查看↗
    C++c-plus-pluscpp14websocket-server
    在 GitHub 上查看↗776
  • oculusvr/raknetOculusVR 的头像

    OculusVR/RakNet

    3,424在 GitHub 上查看↗

    RakNet is a cross platform, open source, C++ networking engine for game programmers.

    HTML
    在 GitHub 上查看↗3,424
  • redpanda-data/redpandaredpanda-data 的头像

    redpanda-data/redpanda

    12,248在 GitHub 上查看↗

    Redpanda is a distributed event streaming engine designed to serve as a high-performance, drop-in replacement for existing event-driven architectures. It provides a foundation for building and scaling applications that require reliable data movement, analytical querying, and strict operational compliance across both cloud and self-managed environments. The platform distinguishes itself through a shared-nothing architecture that utilizes thread-per-core execution and a non-blocking asynchronous input/output engine to maximize throughput. It maintains data consistency through a consensus-based

    C++containerscppevent-driven
    在 GitHub 上查看↗12,248
  • tencent/tquictencent 的头像

    tencent/tquic

    1,421在 GitHub 上查看↗

    A high-performance, lightweight, and cross-platform QUIC library

    Rust
    在 GitHub 上查看↗1,421
  • unum-cloud/ucallunum-cloud 的头像

    unum-cloud/ucall

    1,328在 GitHub 上查看↗

    Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️

    C
    在 GitHub 上查看↗1,328
  • c-ares/c-aresc-ares 的头像

    c-ares/c-ares

    2,152在 GitHub 上查看↗

    A C library for asynchronous DNS requests

    C
    在 GitHub 上查看↗2,152
  • vinipsmaker/tufaovinipsmaker 的头像

    vinipsmaker/tufao

    596在 GitHub 上查看↗

    An asynchronous web framework for C++ built on top of Qt

    C++
    在 GitHub 上查看↗596
  • corvusoft/restbedCorvusoft 的头像

    Corvusoft/restbed

    1,999在 GitHub 上查看↗

    Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++ applications.

    C++async-programmingasynchronouscomet
    在 GitHub 上查看↗1,999
  • eduardsui/tlseeduardsui 的头像

    eduardsui/tlse

    676在 GitHub 上查看↗

    Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library

    C
    在 GitHub 上查看↗676
  • h2o/h2oh2o 的头像

    h2o/h2o

    11,493在 GitHub 上查看↗

    h2o is a high-performance content delivery server and HTTP/3 web server. It functions as a network gateway and reverse proxy that forwards client requests to upstream servers to manage traffic flow and load. The project distinguishes itself as a protocol fuzzing tool, utilizing a testing framework to execute automated stress tests against network protocols to identify memory leaks and crashes. The server provides capabilities for secure web traffic management through encrypted data transmission and high-performance web serving across HTTP/1, HTTP/2, and HTTP/3. It includes tools for server r

    C
    在 GitHub 上查看↗11,493
  • lsalzman/enetlsalzman 的头像

    lsalzman/enet

    3,211在 GitHub 上查看↗

    ENet reliable UDP networking library

    C
    在 GitHub 上查看↗3,211
  • mrtazz/restclient-cppmrtazz 的头像

    mrtazz/restclient-cpp

    1,612在 GitHub 上查看↗

    C++ client for making HTTP/REST requests

    C++
    在 GitHub 上查看↗1,612
  • nodejs/http-parsernodejs 的头像

    nodejs/http-parser

    6,445在 GitHub 上查看↗

    http-parser is a C-based library for extracting request and response metadata from raw HTTP data streams. It utilizes a state-machine approach to identify message segments and boundaries. The project implements zero-copy string parsing and pointer-based URL deconstruction to avoid memory allocations and data duplication. It supports incremental stream processing to handle fragmented data chunks and includes mechanisms for decoding chunked encoding and managing network protocol upgrades.

    C
    在 GitHub 上查看↗6,445
  • organic-code/breepOrganic-Code 的头像

    Organic-Code/Breep

    146在 GitHub 上查看↗

    C++ peer to peer library, built on the top of boost

    C++cpluspluscplusplus-14high-level
    在 GitHub 上查看↗146
  • qihoo360/evppQihoo360 的头像

    Qihoo360/evpp

    3,767在 GitHub 上查看↗

    evpp is a C++ network library and framework designed for building high-performance network services using TCP, UDP, and HTTP protocols. It provides an asynchronous event loop to manage nonblocking I/O operations and concurrent network connections across multiple threads. The framework includes specialized tools for asynchronous DNS resolution and a system for asynchronous task scheduling using a managed thread pool. It also features a nonblocking HTTP server and client with integrated connection pooling. The project covers low-level transport layer connectivity for TCP and UDP, as well as hi

    C++
    在 GitHub 上查看↗3,767
  • ada-url/adaada-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
  • stiffstream/restinioStiffstream 的头像

    Stiffstream/restinio

    1,301在 GitHub 上查看↗

    Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use

    C++asiocpluspluscpp
    在 GitHub 上查看↗1,301
  • unetworking/uwebsocketsuNetworking 的头像

    uNetworking/uWebSockets

    18,888在 GitHub 上查看↗

    uWebSockets is a high-performance networking engine providing an HTTP web server and a WebSocket server framework. It implements a multi-threaded event loop architecture to deploy isolated application instances across multiple CPU cores and includes an SSL/TLS network layer for secure, encrypted communication. The project features a dedicated WebSocket pub/sub engine for distributing messages to specific groups of connected clients. It optimizes network throughput through syscall corking to reduce kernel overhead and employs payload compression to minimize data transfer sizes. The system cov

    C++commercialcross-platformhttp
    在 GitHub 上查看↗18,888
  • andyburke/unityhttpA

    andyburke/UnityHTTP

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bruceqiu1996/easytcp4netB

    BruceQiu1996/EasyTcp4Net

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • andreajens/rakugaki-rumbleA

    AndreaJens/rakugaki-rumble

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • alamofire/alamofireAlamofire 的头像

    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
  • blast-harbour/godot-rollback-fighter-demoB

    blast-harbour/Godot-Rollback-Fighter-Demo

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0