awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesMain Process Storage

Techniques for routing storage operations to the main application process in multi-window environments.

Distinct from Asynchronous Storage Operations: Distinct from Asynchronous Storage Operations: focuses on process-level routing rather than just the asynchronous execution pattern.

Explore 2 awesome GitHub repositories matching data & databases · Main Process Storage. Refine with filters or upvote what's useful.

Awesome Main Process Storage GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pubkey/rxdbAvatar von pubkey

    pubkey/rxdb

    23,048Auf GitHub ansehen↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    Routes storage operations to the main process to maintain consistency and performance across multiple application windows.

    TypeScriptangularbrowser-databasecouchdb
    Auf GitHub ansehen↗23,048
  • webtorrent/webtorrent-desktopAvatar von webtorrent

    webtorrent/webtorrent-desktop

    10,072Auf GitHub ansehen↗

    ❤️ Streaming torrent app for Mac, Windows, and Linux

    Separates the torrent engine in the main process from the UI in the renderer process using Electron's IPC.

    JavaScriptbittorrentelectronhacktoberfest
    Auf GitHub ansehen↗10,072
  1. Home
  2. Data & Databases
  3. Asynchronous Storage Operations
  4. Main Process Storage

Unter-Tags erkunden

  • Electron IPC BridgesInter-process communication patterns that separate engine logic in the main process from UI in the renderer process. **Distinct from Main Process Storage:** Distinct from Main Process Storage: focuses on Electron's IPC mechanism for responsive UI, not storage routing.