awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • fffaraz/awesome-cppAvatar fffaraz

    fffaraz/awesome-cpp

    71,817Vezi pe 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
    Vezi pe GitHub↗71,817
  • cloudwego/kitexAvatar cloudwego

    cloudwego/kitex

    7,973Vezi pe 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
    Vezi pe GitHub↗7,973
  • hashicorp/go-pluginAvatar hashicorp

    hashicorp/go-plugin

    6,019Vezi pe GitHub↗

    go-plugin is a framework for implementing plugin architectures where extensions run as separate processes and communicate via a Go RPC plugin system. It functions as an inter-process communication library and lifecycle manager that allows host applications to discover, launch, and monitor external binary plugins. The framework enables cross-language plugin systems, allowing plugins written in different languages to integrate with a host through standardized RPC protocols. It features a bidirectional RPC bridge that allows both the host and the plugin to exchange interface implementations for

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

    Go
    Vezi pe GitHub↗6,019
  • open-mpi/ompiAvatar open-mpi

    open-mpi/ompi

    2,527Vezi pe GitHub↗

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

    Ccfortranhacktoberfest
    Vezi pe 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

Explorează sub-etichetele

  • 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.