awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to boostorg/asio

Open-source alternatives to Asio

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

  • unetworking/uwebsocketsAvatar de uNetworking

    uNetworking/uWebSockets

    18,888Ver en 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
    Ver en GitHub↗18,888
  • boostorg/beastAvatar de boostorg

    boostorg/beast

    4,801Ver en 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
    Ver en GitHub↗4,801
  • organic-code/breepAvatar de Organic-Code

    Organic-Code/Breep

    146Ver en GitHub↗

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

    C++cpluspluscplusplus-14high-level
    Ver en GitHub↗146

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
oculusvr/raknetAvatar de OculusVR

OculusVR/RakNet

3,424Ver en GitHub↗

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

HTML
Ver en GitHub↗3,424
  • c-ares/c-aresAvatar de c-ares

    c-ares/c-ares

    2,152Ver en GitHub↗

    A C library for asynchronous DNS requests

    C
    Ver en GitHub↗2,152
  • vinipsmaker/tufaoAvatar de vinipsmaker

    vinipsmaker/tufao

    596Ver en GitHub↗

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

    C++
    Ver en GitHub↗596
  • corvusoft/restbedAvatar de Corvusoft

    Corvusoft/restbed

    1,999Ver en GitHub↗

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

    C++async-programmingasynchronouscomet
    Ver en GitHub↗1,999
  • etr/libhttpserverAvatar de etr

    etr/libhttpserver

    943Ver en GitHub↗

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

    C++
    Ver en GitHub↗943
  • mattgodbolt/seasocksAvatar de mattgodbolt

    mattgodbolt/seasocks

    776Ver en GitHub↗
    C++c-plus-pluscpp14websocket-server
    Ver en GitHub↗776
  • nodejs/http-parserAvatar de nodejs

    nodejs/http-parser

    6,445Ver en 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
    Ver en GitHub↗6,445
  • riolet/waferAvatar de riolet

    riolet/WAFer

    695Ver en GitHub↗

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

    C
    Ver en GitHub↗695
  • tencent/tquicAvatar de tencent

    tencent/tquic

    1,421Ver en GitHub↗

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

    Rust
    Ver en GitHub↗1,421
  • unum-cloud/ucallAvatar de unum-cloud

    unum-cloud/ucall

    1,328Ver en 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
    Ver en GitHub↗1,328
  • uriparser/uriparserAvatar de uriparser

    uriparser/uriparser

    410Ver en GitHub↗

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

    C
    Ver en GitHub↗410
  • ada-url/adaAvatar de ada-url

    ada-url/ada

    1,739Ver en 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
    Ver en GitHub↗1,739
  • chriskohlhoff/asioAvatar de chriskohlhoff

    chriskohlhoff/asio

    5,896Ver en GitHub↗

    Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that avoids blocking program execution. It provides a portable, cross-platform interface for network socket communication across different operating systems, and manages multiple asynchronous operations without requiring explicit thread management or locking. The library implements a proactor-based asynchronous model where operations post completion handlers to a queue for later execution, and wraps operating system I/O multiplexing mechanisms like epoll, kqueue, IOCP, and select in

    C++
    Ver en GitHub↗5,896
  • eduardsui/tlseAvatar de eduardsui

    eduardsui/tlse

    676Ver en GitHub↗

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

    C
    Ver en GitHub↗676
  • embeddedmz/ftpclient-cppAvatar de embeddedmz

    embeddedmz/ftpclient-cpp

    234Ver en GitHub↗

    C++ client for making FTP requests

    C++
    Ver en GitHub↗234
  • h2o/h2oAvatar de h2o

    h2o/h2o

    11,493Ver en 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
    Ver en GitHub↗11,493
  • lsalzman/enetAvatar de lsalzman

    lsalzman/enet

    3,211Ver en GitHub↗

    ENet reliable UDP networking library

    C
    Ver en GitHub↗3,211
  • microsoft/cpprestsdkAvatar de microsoft

    microsoft/cpprestsdk

    8,265Ver en 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
    Ver en GitHub↗8,265
  • mrtazz/restclient-cppAvatar de mrtazz

    mrtazz/restclient-cpp

    1,612Ver en GitHub↗

    C++ client for making HTTP/REST requests

    C++
    Ver en GitHub↗1,612
  • qihoo360/evppAvatar de Qihoo360

    Qihoo360/evpp

    3,767Ver en 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++
    Ver en GitHub↗3,767
  • redpanda-data/redpandaAvatar de redpanda-data

    redpanda-data/redpanda

    12,248Ver en 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
    Ver en GitHub↗12,248
  • stiffstream/restinioAvatar de Stiffstream

    Stiffstream/restinio

    1,301Ver en 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
    Ver en GitHub↗1,301
  • skywind3000/kcpAvatar de skywind3000

    skywind3000/kcp

    16,786Ver en 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
    Ver en GitHub↗16,786
  • serialport/node-serialportAvatar de serialport

    serialport/node-serialport

    5,986Ver en GitHub↗

    Node-Serialport is a Node.js library that provides cross-platform serial port access for JavaScript applications. It wraps native serial port operations into a stream-based abstraction, enabling consistent read and write behavior across Linux, macOS, and Windows without requiring platform-specific code. The library includes a mock serial port implementation that uses in-memory streams for testing code without physical hardware, and a parser stream pipeline that transforms raw binary data into structured messages using delimiters, line endings, or fixed byte lengths. It also provides command-l

    TypeScriptelectronhardwareiot
    Ver en GitHub↗5,986
  • flatiron/promptAvatar de flatiron

    flatiron/prompt

    1,956Ver en GitHub↗

    Prompt is a terminal interface management library for Node.js applications that collects, validates, and styles interactive command-line user input. It handles user response collection and input stream controls, allowing developers to build command-line scripts and automation tools that require structured user input. The library supports asynchronous event-driven prompt flows through both callback patterns and modern promises, alongside conditional prompt bypassing driven by command-line arguments, default values, preset overrides, and previous answers. Captured terminal responses can be appe

    JavaScript
    Ver en GitHub↗1,956
  • andreajens/rakugaki-rumbleA

    AndreaJens/rakugaki-rumble

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bruceqiu1996/easytcp4netB

    BruceQiu1996/EasyTcp4Net

    0Ver en GitHub↗
    Ver en GitHub↗0