awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Inter-Process Communication · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesInter-Process Communication

Mechanisms that allow separate software processes to exchange data and coordinate actions.

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

  1. Home
  2. Networking & Communication
  3. Communication Protocols and Architectures
  4. Inter-Process Communication

Awesome Inter-Process Communication GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • protocolbuffers/protobuf

    protocolbuffers/protobuf

    70,695GitHubView on GitHub↗

    Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a schema-driven toolchain that compiles declarative data definitions into type-safe source code, enabling consistent communication and strongly typed API contracts across services written in different progra

    C++marshallingprotobufprotobuf-runtime
  • lencx/ChatGPT

    lencx/ChatGPT

    54,391GitHubView on GitHub↗

    This project is a cross-platform desktop application that wraps web-based interfaces into a standalone, native container. By utilizing a webview-based rendering engine, it allows users to access web services as local applications on Windows, macOS, and Linux without requiring a full browser installation. The applicati

    Rustaiappapplication
  • marktext/marktext

    marktext/marktext

    53,968GitHubView on GitHub↗

    Marktext is a cross-platform desktop application designed for markdown document authoring and structured note-taking. It functions as a WYSIWYG text processor, providing a distraction-free interface that renders formatted content in real-time while hiding the underlying markup syntax. The application utilizes a multi-

    JavaScriptdark-modeeditorelectron

Explore sub-tags

  • Asynchronous Message PassingNon-blocking communication channels used to coordinate tasks between main and renderer processes.
  • Bridge Communication ProtocolsSecure interfaces for passing messages between web frontends and native backends.
  • Cross-Language Serialization FrameworksSystems that generate language-specific code from shared schemas to ensure type-safe communication.