awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • gokcehan/lfgokcehan 的头像

    gokcehan/lf

    9,340在 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
    在 GitHub 上查看↗9,340
  1. Home
  2. Software Engineering & Architecture
  3. Client-Server Architecture
  4. Local Instance Synchronization