awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
boostorg avatar

boostorg/asio

0
View on GitHub↗
1,587 स्टार्स·478 फोर्क्स·C++·6 व्यूज़boost.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.
  • नेटवर्किंग लाइब्रेरीज़ - Cross-platform library for network and low-level I/O.
  • Serial Port Communication - Boost-based portable serial port I/O and manipulation.

स्टार हिस्ट्री

boostorg/asio के लिए स्टार हिस्ट्री चार्टboostorg/asio के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Asio के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Asio के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • boostorg/beastboostorg का अवतार

    boostorg/beast

    4,801GitHub पर देखें↗

    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-aresc-ares का अवतार

    c-ares/c-ares

    2,152GitHub पर देखें↗

    A C library for asynchronous DNS requests

    C
    GitHub पर देखें↗2,152
  • ada-url/adaada-url का अवतार

    ada-url/ada

    1,739GitHub पर देखें↗

    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/asiochriskohlhoff का अवतार

    chriskohlhoff/asio

    5,896GitHub पर देखें↗

    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
Asio के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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.