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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesLocal Instance Synchronization

A client-server model using local sockets to synchronize state across multiple running instances of the same application.

Distinct from Client-Server Architecture: Specifically for local inter-process state synchronization via sockets, not general network client-server architectures.

Explore 1 awesome GitHub repository matching software engineering & architecture · Local Instance Synchronization. Refine with filters or upvote what's useful.

Awesome Local Instance Synchronization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gokcehan/lfAvatar de gokcehan

    gokcehan/lf

    9,340Voir sur GitHub↗

    lf is a terminal-based file manager and TUI file explorer that provides keyboard-driven navigation for browsing and organizing files and directories. It operates as a shell-integrated tool that synchronizes the current working directory with the calling shell and supports vi-style keybindings for filesystem operations. The project distinguishes itself through its ability to render images directly in the terminal via the SIXEL graphics protocol and its shell-driven execution model, which allows users to extend functionality using external shell scripts and commands. It also implements a server

    Uses a background server and Unix domain sockets to synchronize state and dispatch commands across multiple instances.

    Gofile-managerterminal
    Voir sur GitHub↗9,340
  1. Home
  2. Software Engineering & Architecture
  3. Client-Server Architecture
  4. Local Instance Synchronization