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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
boostorg avatar

boostorg/asio

0
View on GitHub↗
boost.org/libs/asio↗

Asio

Boost.org asio module

Features

  • Asynchronous Event Loop - Standardized cross-platform asynchronous I/O library.

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

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

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

Start searching with AI
  • Networking - Cross-platform network and I/O library.
  • مكتبات الشبكات - Cross-platform library for network and low-level I/O.
  • Serial Port Communication - Boost-based portable serial port I/O and manipulation.
  • 1,587 نجوم·478 تفرعات·C++·3 مشاهدات

    سجل النجوم

    مخطط تاريخ النجوم لـ boostorg/asioمخطط تاريخ النجوم لـ boostorg/asio

    بدائل مفتوحة المصدر لـ Asio

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Asio.
    • 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
    • c-ares/c-aresالصورة الرمزية لـ c-ares

      c-ares/c-ares

      2,152عرض على GitHub↗

      A C library for asynchronous DNS requests

      C
      عرض على GitHub↗2,152
    • 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
    • chriskohlhoff/asioالصورة الرمزية لـ chriskohlhoff

      chriskohlhoff/asio

      5,896عرض على 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++
      عرض على GitHub↗5,896
    عرض جميع البدائل الـ 30 لـ Asio→

    الأسئلة الشائعة

    ما هي وظيفة boostorg/asio؟

    Boost.org asio module

    ما هي الميزات الرئيسية لـ boostorg/asio؟

    الميزات الرئيسية لـ boostorg/asio هي: Asynchronous Event Loop, Networking, مكتبات الشبكات, Serial Port Communication.

    ما هي البدائل مفتوحة المصدر لـ boostorg/asio؟

    تشمل البدائل مفتوحة المصدر لـ boostorg/asio: 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.