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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

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

    fffaraz/awesome-cpp

    71,817GitHub पर देखें↗

    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/kitexcloudwego का अवतार

    cloudwego/kitex

    7,973GitHub पर देखें↗

    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-pluginhashicorp का अवतार

    hashicorp/go-plugin

    6,019GitHub पर देखें↗

    go-plugin प्लगइन आर्किटेक्चर को लागू करने के लिए एक फ्रेमवर्क है जहां एक्सटेंशन अलग-अलग प्रक्रियाओं के रूप में चलते हैं और Go RPC प्लगइन सिस्टम के माध्यम से संचार करते हैं। यह एक इंटर-प्रोसेस कम्युनिकेशन लाइब्रेरी और लाइफसाइकिल मैनेजर के रूप में कार्य करता है जो होस्ट एप्लिकेशंस को बाहरी बाइनरी प्लगइन्स को खोजने, लॉन्च करने और मॉनिटर करने की अनुमति देता है। यह फ्रेमवर्क क्रॉस-भाषा प्लगइन सिस्टम को सक्षम बनाता है, जिससे विभिन्न भाषाओं में लिखे गए प्लगइन्स को मानकीकृत RPC प्रोटोकॉल के माध्यम से होस्ट के साथ एकीकृत करने की अनुमति मिलती है। इसमें एक बाईडायरेक्शनल RPC ब्रिज है जो होस्ट और प्लगइन दोनों को जटिल डेटा एक्सचेंज और कॉलबैक के लिए इंटरफ़ेस कार्यान्वयन का आदान-प्रदान करने की अनुमति देता है।

    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/ompiopen-mpi का अवतार

    open-mpi/ompi

    2,527GitHub पर देखें↗

    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.