awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

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

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

    ngrx/platform

    8,320Voir sur 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
    Voir sur GitHub↗8,320
  • space-wizards/space-station-14Avatar de space-wizards

    space-wizards/space-station-14

    3,523Voir sur 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
    Voir sur GitHub↗3,523
  • isadorasophia/murderAvatar de isadorasophia

    isadorasophia/murder

    3,171Voir sur 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
    Voir sur GitHub↗3,171
  • varun-raj/immich-power-toolsAvatar de varun-raj

    varun-raj/immich-power-tools

    2,543Voir sur 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
    Voir sur GitHub↗2,543
  1. Home
  2. Web Development
  3. Client-Side Entity Synchronization

Explorer les sous-tags

  • Predicted Entity Deletion1 sous-tagClient-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.