awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
boostorg avatar

boostorg/asio

0
View on GitHub↗
1,587 stele·478 fork-uri·C++·3 vizualizăriboost.org/libs/asio↗

Asio

Boost.org asio module

Features

  • Asynchronous Event Loop - Standardized cross-platform asynchronous I/O library.
  • Networking - Cross-platform network and I/O library.
  • Biblioteci de rețea - Cross-platform library for network and low-level I/O.
  • Serial Port Communication - Boost-based portable serial port I/O and manipulation.

Istoric stele

Graficul istoricului de stele pentru boostorg/asioGraficul istoricului de stele pentru boostorg/asio

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ță.

Start searching with AI

Alternative open-source pentru Asio

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Asio.
  • 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
  • c-ares/c-aresAvatar c-ares

    c-ares/c-ares

    2,152Vezi pe GitHub↗

    A C library for asynchronous DNS requests

    C
    Vezi pe GitHub↗2,152
  • 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
  • chriskohlhoff/asioAvatar chriskohlhoff

    chriskohlhoff/asio

    5,896Vezi pe 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++
    Vezi pe GitHub↗5,896
Vezi toate cele 30 alternative pentru Asio→

Întrebări frecvente

Ce face boostorg/asio?

Boost.org asio module

Care sunt principalele funcționalități ale boostorg/asio?

Principalele funcționalități ale boostorg/asio sunt: Asynchronous Event Loop, Networking, Biblioteci de rețea, Serial Port Communication.

Care sunt câteva alternative open-source pentru boostorg/asio?

Alternativele open-source pentru boostorg/asio includ: c-ares/c-ares — A C library for asynchronous DNS requests. corvusoft/restbed — Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++ applications. ada-url/ada — WHATWG-compliant and fast URL parser written in modern C++, part of Internet Archive, Node.js, Clickhouse, Redpanda,… boostorg/beast — Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an… chriskohlhoff/asio — Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that… eduardsui/tlse — Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library.