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

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

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

5 रिपॉजिटरी

Awesome GitHub RepositoriesNetwork Primitives

Low-level interfaces for handling data transmission and communication between networked applications.

Distinct from Network Reliability: Focuses on low-level network primitives for general application use, rather than specific infrastructure management or routing configurations.

Explore 5 awesome GitHub repositories matching networking & communication · Network Primitives. Refine with filters or upvote what's useful.

Awesome Network Primitives GitHub Repositories

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

    Tencent/mars

    17,638GitHub पर देखें↗

    Mars is a cross-platform networking SDK and high-performance logging framework. It provides a network reliability layer for managing short and long-lived connections across different operating systems, alongside a diagnostic tool for recording system events to disk with minimal application overhead. The project features a persistent connection manager that maintains bidirectional server links using heartbeats and sequence tracking. It includes a traffic control engine to prevent server request avalanches by limiting the frequency and volume of outgoing requests. To improve connectivity, it ut

    Provides low-level network structures such as sockets and message queues for raw data transmission.

    C++cross-platformlognetwork
    GitHub पर देखें↗17,638
  • libsdl-org/sdllibsdl-org का अवतार

    libsdl-org/SDL

    14,926GitHub पर देखें↗

    SDL is a cross-platform development library that provides low-level access to audio, keyboard, mouse, joystick, and graphics hardware. It functions as a hardware abstraction layer, mapping diverse operating system interfaces into a unified set of functions to ensure consistent performance across different computing environments. The library serves as a foundation for multimedia and interactive application development by providing an integrated audio processing engine and a graphics rendering framework. It manages the complexities of hardware communication by normalizing raw input events and p

    Supports the management of network connections using low-level primitives for reliable information exchange.

    Csdlsdl2sdl3
    GitHub पर देखें↗14,926
  • jnunemaker/httpartyjnunemaker का अवतार

    jnunemaker/httparty

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

    HTTParty एक Ruby HTTP क्लाइंट लाइब्रेरी है जिसे स्टैंडर्डाइज़्ड API क्लाइंट्स बनाने के लिए डिज़ाइन किया गया है। यह लो-लेवल नेटवर्क प्रिमिटिव्स को एक हाई-लेवल इंटरफेस में एब्स्ट्रैक्ट करती है, जिससे डेवलपर्स रिमोट वेब सर्विसेज के साथ निरंतर इंटरैक्शन बनाए रखने के लिए क्लासेस के भीतर बेस URIs और रिक्वेस्ट कॉन्फ़िगरेशन्स को एनकैप्सुलेट कर सकते हैं। यह लाइब्रेरी रिस्पॉन्स हेडर्स के आधार पर कंटेंट को पार्स करने वाले रजिस्ट्री-बेस्ड सिस्टम का उपयोग करके रॉ नेटवर्क रिस्पॉन्स डेटा को नेटिव Ruby स्ट्रक्चर्स में बदलने की प्रक्रिया को ऑटोमेट करती है। यह फाइल ट्रांसफर के दौरान मेमोरी दक्षता बनाए रखने के लिए मल्टीपार्ट फॉर्म डेटा भेजने और बड़े पेलोड्स को स्ट्रीम करने के लिए विशेष मैकेनिज्म भी प्रदान करती है।

    Converts low-level network primitives into a high-level declarative interface for simplified request dispatching.

    Ruby
    GitHub पर देखें↗5,894
  • ballerina-platform/ballerina-langballerina-platform का अवतार

    ballerina-platform/ballerina-lang

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

    Ballerina is a cloud-native programming language and distributed services framework designed for building and integrating networked services. It provides a network-aware runtime that manages non-blocking input and output operations to support scalable distributed systems. The platform features a visual programming environment that maintains bidirectional synchronization between source code and graphical sequence diagrams. It utilizes a structural type system to decouple independent software components and includes a cloud infrastructure generator that produces Docker and Kubernetes deployment

    Treats remote endpoints and service discovery as first-class language constructs to simplify distributed communication.

    Ballerina
    GitHub पर देखें↗3,840
  • php-standard-library/php-standard-libraryphp-standard-library का अवतार

    php-standard-library/php-standard-library

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

    The php-standard-library is a comprehensive toolkit for functional programming and asynchronous networking in PHP, featuring typed data structures, structured concurrency, and composable validation mechanisms. It provides explicit result types and pure collection transformers that separate lists from dictionaries, eliminating traditional array key confusion and error-throwing patterns. The library supports concurrent execution through lightweight user-space fibers, message-passing channels, and non-blocking event loops, driving asynchronous TCP, TLS, UDP, and Unix socket servers without relyi

    Provides production-ready asynchronous servers and clients using low-level network primitives like TCP, TLS, UDP, and Unix sockets.

    PHPansiasynccollection
    GitHub पर देखें↗1,552
  1. Home
  2. Networking & Communication
  3. Network Primitives

सब-टैग एक्सप्लोर करें

  • First-ClassIntegration of remote endpoints and service discovery as native language constructs. **Distinct from Network Primitives:** Treats network endpoints as first-class language citizens rather than providing low-level API interfaces.