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

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

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

volt-software/Ichor

0
View on GitHub↗
233 स्टार्स·17 फोर्क्स·C++·MIT·4 व्यूज़

Ichor

C++20 Microservice Bootstrapping Framework

Features

  • Asynchronous Event Loop - Event queue with focus on thread safety and dependency injection.

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

volt-software/ichor के लिए स्टार हिस्ट्री चार्टvolt-software/ichor के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

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

    flatiron/prompt

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

    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
    GitHub पर देखें↗1,956
  • 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
  • boostorg/asioboostorg का अवतार

    boostorg/asio

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

    Boost.org asio module

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

    actor-framework/actor-framework

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

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

    C++actor-modelactorsasync
    GitHub पर देखें↗3,426
Ichor के सभी 9 विकल्प देखें→

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

volt-software/ichor क्या करता है?

C++20 Microservice Bootstrapping Framework

volt-software/ichor की मुख्य विशेषताएं क्या हैं?

volt-software/ichor की मुख्य विशेषताएं हैं: Asynchronous Event Loop।

volt-software/ichor के कुछ ओपन-सोर्स विकल्प क्या हैं?

volt-software/ichor के ओपन-सोर्स विकल्पों में शामिल हैं: flatiron/prompt — Prompt is a terminal interface management library for Node.js applications that collects, validates, and styles… boostorg/asio — Boost.org asio module. chriskohlhoff/asio — Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that… ithewei/libhv — libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP,… libuv/libuv — libuv is a cross-platform asynchronous I/O library that provides an abstraction layer for event-driven networking,… skypjack/uvw — Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static…