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

3 repos

Awesome GitHub RepositoriesInter-Process Communication Frameworks

Mechanisms and patterns for data exchange and coordination between isolated system components, distinct from high-level service distribution.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Inter-Process Communication Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. System Architecture
  4. Inter-Process Communication Frameworks

Awesome Inter-Process Communication Frameworks GitHub Repositories

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

    microsoft/PowerToys

    129,929GitHubView on GitHub↗

    PowerToys is a collection of background-resident system utilities designed to extend native operating system functionality and streamline desktop workflows. It operates as a modular toolkit, utilizing a central plugin-based host architecture that allows users to dynamically enable or disable specific features for syste

    C#advanced-pastecolor-pickercommand-palette
  • commaai/openpilot

    commaai/openpilot

    60,104GitHubView on GitHub↗

    Openpilot is an open-source driver assistance system that integrates with vehicle control units to provide automated steering, acceleration, and braking. It functions as an automotive robotics middleware, utilizing a specialized runtime environment to process sensor data and execute real-time control commands that mana

    Pythonadvanced-driver-assistance-systemsdriver-assistance-systemsrobotics
  • meilisearch/meilisearch

    meilisearch/meilisearch

    55,992GitHubView on GitHub↗

    Meilisearch is a Rust-based search engine providing typo-tolerant full-text and vector-based semantic search with real-time conversational capabilities.

    Rustaiapiapp-search

Explore sub-tags

  • Asynchronous Task QueuesMechanisms that decouple task submission from execution by buffering background jobs in a persistent queue.
  • Inter-Process Communication LayersProtocols and libraries that enable distinct software processes to exchange data and coordinate actions across boundaries.
  • Message-Based Process OrchestrationsSystems that coordinate multi-step workflows by passing messages between independent services to trigger specific actions.