awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tencent/marsالصورة الرمزية لـ Tencent

    Tencent/mars

    17,638عرض على GitHub↗

    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/sdlالصورة الرمزية لـ libsdl-org

    libsdl-org/SDL

    14,926عرض على GitHub↗

    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/httpartyالصورة الرمزية لـ jnunemaker

    jnunemaker/httparty

    5,894عرض على GitHub↗

    HTTParty هي مكتبة عميل HTTP لـ Ruby مصممة لبناء عملاء API قياسيين. تقوم بتجريد بدائيات الشبكة منخفضة المستوى إلى واجهة عالية المستوى، مما يسمح للمطورين بتغليف عناوين URI الأساسية وتكوينات الطلب داخل الفئات للحفاظ على تفاعلات متسقة مع خدمات الويب البعيدة. تقوم المكتبة بأتمتة تحويل بيانات استجابة الشبكة الخام إلى هياكل Ruby أصلية باستخدام نظام قائم على السجل يقوم بتحليل المحتوى بناءً على رؤوس الاستجابة. كما توفر آليات متخصصة لإرسال بيانات النموذج متعددة الأجزاء وبث الحمولات الكبيرة للحفاظ على كفاءة الذاكرة أثناء نقل الملفات. يغطي المشروع مجموعة واسعة من قدرات الشبكات، بما في ذلك تنفيذ عمليات HTTP القياسية، ونقل حمولة JSON، وإدارة اتصالات TLS الآمنة. يتضمن أدوات لمصادقة الطلب، وفك ضغط الاستجابة، وتسجيل حركة مرور الشبكة لأغراض تصحيح الأخطاء. توفر المكتبة أيضاً واجهة سطر أوامر للاستعلام عن خدمات الويب وعرض بيانات الاستجابة ككائنات مهيكلة.

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

    Ruby
    عرض على GitHub↗5,894
  • ballerina-platform/ballerina-langالصورة الرمزية لـ ballerina-platform

    ballerina-platform/ballerina-lang

    3,840عرض على GitHub↗

    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-libraryالصورة الرمزية لـ php-standard-library

    php-standard-library/php-standard-library

    1,552عرض على GitHub↗

    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.