awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesClient-Side Entity Synchronization

Mechanisms for mapping and synchronizing server-side data collections within client-side state stores.

Distinct from Client-Side Data Synchronization: Existing candidates focus on server-side loading or generic synchronization; this specifically addresses mapping server entities to a client store.

Explore 4 awesome GitHub repositories matching web development · Client-Side Entity Synchronization. Refine with filters or upvote what's useful.

Awesome Client-Side Entity Synchronization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ngrx/platformالصورة الرمزية لـ ngrx

    ngrx/platform

    8,320عرض على GitHub↗

    This project is a state management framework for Angular applications that provides a predictable state container. It implements a Redux-style architecture using a centralized store, managing global and local application data through an observable-based data flow of actions and reducers. The framework includes a specialized entity management tool for organizing and synchronizing server-side data collections within client-side stores. It also provides a reactive store system that integrates state updates with Angular signals for change detection and includes debugging mechanisms for time-trave

    Maps server-side data to client-side entity stores using high-level services to keep information current.

    TypeScript
    عرض على GitHub↗8,320
  • space-wizards/space-station-14الصورة الرمزية لـ space-wizards

    space-wizards/space-station-14

    3,523عرض على GitHub↗

    Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp

    The game hides entities from the client immediately upon a deletion request before server confirmation.

    C#c-sharpgamehacktoberfest
    عرض على GitHub↗3,523
  • isadorasophia/murderالصورة الرمزية لـ isadorasophia

    isadorasophia/murder

    3,171عرض على GitHub↗

    Murder is an entity component system game engine designed for 2D game development. It provides a core framework for managing game objects through an ECS architecture and includes a dedicated 2D game editor for asset management and real-time property configuration. The engine features a specialized 2D rendering pipeline supporting pixel art, sprite slicing, and parallax effects. It includes a hierarchical A* pathfinding system for agent navigation and a comprehensive asset management system for serializing and loading game resources. The project covers a broad range of capabilities, including

    Deletes entities from the game world after a specified amount of time has elapsed.

    C#fnagame-enginegamedev
    عرض على GitHub↗3,171
  • varun-raj/immich-power-toolsالصورة الرمزية لـ varun-raj

    varun-raj/immich-power-tools

    2,543عرض على GitHub↗

    immich-power-tools is a library management tool and metadata editor designed for Immich. It provides a set of utilities for performing bulk editing, organization, and curation of photos, people, and albums. The project features a gallery curator and a facial recognition cleanup system that merges duplicate person profiles. It includes an album suggestion engine to group assets and a natural language image search that translates human-language queries into structured filters. The toolset covers broad capability areas including digital photo analysis through an analytics dashboard, photo metad

    Implements a local mirror of remote library data to facilitate fast client-side filtering and sorting.

    TypeScriptimmichphoto-sharingtools
    عرض على GitHub↗2,543
  1. Home
  2. Web Development
  3. Client-Side Entity Synchronization

استكشف الوسوم الفرعية

  • Predicted Entity Deletion1 وسم فرعيClient-side simulation of entity removal to provide immediate visual feedback before server confirmation. **Distinct from Client-Side Entity Synchronization:** Distinct from general Client-Side Entity Synchronization by specifically handling the immediate hiding of entities during deletion requests.