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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesCoroutine-Based Sockets

Network sockets integrated with a coroutine scheduler for non-blocking asynchronous communication.

Distinct from Socket Networking: Specifically integrates socket networking with coroutine scheduling, whereas Socket Networking is general low-level management.

Explore 2 awesome GitHub repositories matching networking & communication · Coroutine-Based Sockets. Refine with filters or upvote what's useful.

Awesome Coroutine-Based Sockets GitHub Repositories

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

    F-Stack/f-stack

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

    f-stack एक कर्नल-बायपास फ्रेमवर्क और यूजर-स्पेस TCP/IP स्टैक है जिसे पैकेट प्रोसेसिंग गति और कुल थ्रूपुट को बढ़ाने के लिए डिज़ाइन किया गया है। यह नेटवर्क ट्रैफ़िक को सीधे यूजर स्पेस में रूट करने के लिए DPDK का उपयोग करता है और होस्ट ऑपरेटिंग सिस्टम के बाहर ट्रांसपोर्ट और नेटवर्क लेयर प्रोटोकॉल को संभालने के लिए एक प्रत्यारोपित FreeBSD नेटवर्क स्टैक को एकीकृत करता है। प्रोजेक्ट एक सॉकेट API संगतता लेयर प्रदान करता है जो मानक नेटवर्क एप्लिकेशनों को कोड परिवर्तनों की आवश्यकता के बिना उच्च-प्रदर्शन बैकएंड पर चलने की अनुमति देता है। इसमें एसिंक्रोनस नेटवर्क IO और स्टेटफुल कार्यों को जटिल कॉलबैक लॉजिक के उपयोग के बिना प्रबंधित करने के लिए एक कोरूटीन-आधारित नेटवर्क API और माइक्रो-थ्रेडिंग इंटरफेस भी शामिल है। फ्रेमवर्क उच्च-थ्रूपुट TCP/IP कार्यान्वयन, समवर्ती कनेक्शन स्केलिंग, और इवेंट-ड्रिवन IO मल्टीप्लेक्सिंग को कवर करता है। इसमें यह निर्धारित करने के लिए रूटिंग कॉन्फ़िगरेशन क्षमताएं शामिल हैं कि क्या आने वाला ट्रैफ़िक यूजर-स्पेस स्टैक द्वारा संभाला जाता है या मानक कर्नल नेटवर्क स्टैक द्वारा।

    Provides network sockets integrated with a coroutine scheduler for non-blocking asynchronous communication.

    C
    GitHub पर देखें↗4,230
  • idealvin/coostidealvin का अवतार

    idealvin/coost

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

    Coost is a concurrent network framework and coroutine scheduler designed for building high-performance TCP, HTTP, and RPC services. It provides a set of tools for handling non-blocking IPv4 and IPv6 communication, integrating SSL encryption and a lightweight execution engine that manages concurrent tasks using shared stacks. The project features a specialized JSON RPC implementation for exchanging structured data over encrypted connections and a high-performance logging system. This logging infrastructure supports topic-based routing, frequency filtering, and automated stack trace capture for

    Provides a coroutine-based socket API as the foundation for high-performance TCP, HTTP, and RPC services.

    C++benchmarkcoroutineflag
    GitHub पर देखें↗4,205
  1. Home
  2. Networking & Communication
  3. Socket Networking
  4. Coroutine-Based Sockets