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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesInter-process Communication Libraries

Libraries that facilitate efficient cross-language communication between different processes or systems.

Explore 4 awesome GitHub repositories matching networking & communication · Inter-process Communication Libraries. Refine with filters or upvote what's useful.

Awesome Inter-process Communication Libraries GitHub Repositories

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

    fffaraz/awesome-cpp

    71,817عرض على GitHub↗

    This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the language. The collection is distinguished by its focus on high-performance systems programming and technical mastery. It provides deep coverage of specialized domains including SIMD-accelerated data processing, compile-time template metaprogramming, and asynchronous event-driven archit

    Coordinates efficient cross-language communication between different processes or systems using standardized frameworks.

    awesomeawesome-listc
    عرض على GitHub↗71,817
  • cloudwego/kitexالصورة الرمزية لـ cloudwego

    cloudwego/kitex

    7,973عرض على GitHub↗

    Kitex is a high-performance remote procedure call framework for building distributed microservices in Go. It provides a communication system compatible with gRPC and Protobuf standards and includes a suite of tools for microservices governance. The framework features proxyless service mesh integration, which allows it to manage network traffic and governance directly without adding sidecar proxy latency. It optimizes data throughput through a high-performance communication library that minimizes memory copies. The system covers a broad surface of distributed capabilities, including service d

    Provides a high-performance communication library designed to minimize memory copies and maximize data throughput for distributed services.

    Goframeworkgogrpc
    عرض على GitHub↗7,973
  • hashicorp/go-pluginالصورة الرمزية لـ hashicorp

    hashicorp/go-plugin

    6,019عرض على GitHub↗

    go-plugin هو إطار عمل لتنفيذ معماريات الإضافات حيث تعمل الامتدادات كعمليات منفصلة وتتواصل عبر نظام إضافات Go RPC. يعمل كمكتبة اتصال بين العمليات ومدير دورة حياة يسمح للتطبيقات المضيفة باكتشاف وتشغيل ومراقبة الإضافات الثنائية الخارجية. يتيح إطار العمل أنظمة إضافات عبر اللغات، مما يسمح للإضافات المكتوبة بلغات مختلفة بالتكامل مع مضيف من خلال بروتوكولات RPC موحدة. يتميز بجسر RPC ثنائي الاتجاه يسمح لكل من المضيف والإضافة بتبادل تنفيذات الواجهة لتبادل البيانات المعقد والمعاودة. يوفر النظام عزل العمليات عن طريق تنفيذ الإضافات كعمليات فرعية مستقلة، مما يضمن أن أعطال الإضافات لا تنهي التطبيق المضيف. يغطي الأمان من خلال مصادقة TLS المتبادلة والتحقق من السلامة، بالإضافة إلى تنسيق دورة الحياة بما في ذلك إعادة إرفاق العملية ذات الحالة للحفاظ على الاتصال أثناء ترقيات المضيف. تشمل القدرات الإضافية اكتشاف الثنائيات، وإصدار البروتوكول، ومزامنة سجلات الإضافة وتدفقات المخرجات مرة أخرى إلى المضيف.

    Provides a library for exchanging data and invoking methods between a host process and external plugins via secure channels.

    Go
    عرض على GitHub↗6,019
  • open-mpi/ompiالصورة الرمزية لـ open-mpi

    open-mpi/ompi

    2,527عرض على GitHub↗

    Manages process groups and communicators to control communication scope and topology in parallel environments.

    Ccfortranhacktoberfest
    عرض على GitHub↗2,527
  1. Home
  2. Networking & Communication
  3. Distributed Systems and Peer-to-Peer
  4. Distributed Computing
  5. Remote Procedure Call Frameworks
  6. Inter-process Communication Libraries

استكشف الوسوم الفرعية

  • Parallel Process Communication LibrariesManages process groups and communicators to control communication scope and topology in parallel environments. **Distinct from Inter-process Communication Libraries:** Distinct from Inter-process Communication Libraries: focuses on MPI communicators and process groups for parallel computing, not general IPC.