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

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

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

9 रिपॉजिटरी

Awesome GitHub RepositoriesAsynchronous Event Loop

Libraries for managing asynchronous I/O and event-driven programming.

Explore 9 awesome GitHub repositories matching part of an awesome list · Asynchronous Event Loop. Refine with filters or upvote what's useful.

Awesome Asynchronous Event Loop GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • libuv/libuvlibuv का अवतार

    libuv/libuv

    26,912GitHub पर देखें↗

    libuv is a cross-platform asynchronous I/O library that provides an abstraction layer for event-driven networking, filesystem operations, and system signals. It utilizes a non-blocking event loop to coordinate asynchronous tasks and I/O events across different operating systems. The project features a unified interface for managing TCP, UDP, and DNS resolution, alongside an inter-process communication layer for sharing sockets via named pipes and Unix domain sockets. To prevent blocking the main execution loop, it includes a multi-platform thread pool for offloading computationally expensive

    Core library for cross-platform asynchronous I/O.

    Casynchronousdeep-ioio
    GitHub पर देखें↗26,912
  • ithewei/libhvithewei का अवतार

    ithewei/libhv

    7,521GitHub पर देखें↗

    libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP, WebSocket, and MQTT clients and servers. It provides a non-blocking event loop for managing network sockets, timers, and system signals across multiple threads. The project is distinguished by its integrated support for specialized network roles, including a full HTTP web server with RESTful routing and middleware, an MQTT messaging client for IoT communication, and the ability to implement SOCKS5 and HTTP proxies. It also features a reliable UDP implementation to ensure ordered

    Cross-platform library for event loop management.

    Ccurlepollhttp-client
    GitHub पर देखें↗7,521
  • 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

    Cross-platform library for network and low-level I/O.

    C++
    GitHub पर देखें↗5,896
  • actor-framework/actor-frameworkactor-framework का अवतार

    actor-framework/actor-framework

    3,426GitHub पर देखें↗

    An Open Source Implementation of the Actor Model in C++

    Implementation of the actor model for concurrent systems.

    C++actor-modelactorsasync
    GitHub पर देखें↗3,426
  • skypjack/uvwskypjack का अवतार

    skypjack/uvw

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

    Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!

    C++ wrapper for asynchronous I/O event loops.

    C++cppcpp17event-loop
    GitHub पर देखें↗2,044
  • boostorg/asioboostorg का अवतार

    boostorg/asio

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

    Boost.org asio module

    Standardized cross-platform asynchronous I/O library.

    C++
    GitHub पर देखें↗1,587
  • wlgq2/uv-cppwlgq2 का अवतार

    wlgq2/uv-cpp

    839GitHub पर देखें↗

    libuv wrapper in C++11 /libuv C++11网络库

    High-performance network library based on asynchronous I/O.

    C++
    GitHub पर देखें↗839
  • xhawk18/promise-cppxhawk18 का अवतार

    xhawk18/promise-cpp

    697GitHub पर देखें↗

    C++ promise/A+ library in Javascript style.

    Header-only implementation of the Promise/A+ standard.

    C++
    GitHub पर देखें↗697
  • volt-software/ichorvolt-software का अवतार

    volt-software/Ichor

    233GitHub पर देखें↗

    C++20 Microservice Bootstrapping Framework

    Event queue with focus on thread safety and dependency injection.

    C++beastboostboost-beast
    GitHub पर देखें↗233
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Asynchronous Event Loop