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

2 repos

Awesome GitHub RepositoriesInter-Process Communication

Communication protocols and interfaces that allow separate processes to exchange data and synchronize actions.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Inter-Process Communication. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. System Programming Primitives
  5. 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.
  • tauri-apps/tauri

    tauri-apps/tauri

    102,979GitHubView on GitHub↗

    Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintainin

    Rustdesktop-apphigh-performancemobile-app
  • junegunn/fzf

    junegunn/fzf

    77,987GitHubView on GitHub↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe

    Gobashclifish

Explore sub-tags

  • Bridge InterfacesCommunication layers facilitating secure data exchange between web-based frontends and native backends.
  • Unix Socket InterfacesControl interfaces that allow external processes to interact with a service via local domain sockets.
  • Unix Socket ListenersListeners for external control via Unix domain sockets.