awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesState Replication

Automatic synchronization of entity properties from server to clients with event triggers.

Distinct from Replication Clients: Focuses on property-level synchronization for game entities rather than database replication clients.

Explore 3 awesome GitHub repositories matching data & databases · State Replication. Refine with filters or upvote what's useful.

Awesome State Replication GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • o3de/o3deAvatar o3de

    o3de/o3de

    8,954Vezi pe GitHub↗

    This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic environments. It functions as a robotics simulation platform with native integration for ROS 2 to model robot controllers and sensors. The engine features a multi-threaded Forward+ physically based renderer that supports hardware-accelerated ray tracing and global illumination. The system is built on a modular extension architecture using Gems to add or replace features without modifying core binaries. It includes a native SDK for AWS cloud integration, enabling IAM authenticati

    Synchronizes data from a server to clients automatically, triggering events when values change.

    C++3d-graphics3d-graphics-engineanimation
    Vezi pe GitHub↗8,954
  • apache/tomcatAvatar apache

    apache/tomcat

    8,186Vezi pe GitHub↗

    Apache Tomcat is an open-source implementation of the Jakarta Servlet, Pages, Expression Language, and WebSocket specifications, serving as a container for running Java web applications. It provides a modular architecture with a servlet container, connector abstraction for multiple I/O models, and a pipeline-based request processing system that handles cross-cutting concerns through composable components. The server supports container-managed security with configurable realms for authentication against JDBC, LDAP, or memory-based credential stores, and offers TLS encryption with optional Open

    Replicates session state across cluster nodes using delta requests for failover and load balancing.

    Javahttpjavajavaee
    Vezi pe GitHub↗8,186
  • urho3d/urho3dAvatar urho3d

    urho3d/urho3d

    4,707Vezi pe GitHub↗

    Urho3D is a cross-platform 3D game engine written in C++. It uses a component-based scene graph to compose game objects from nodes and attached components, separating transforms from behaviors for modular design. The engine integrates AngelScript and Lua scripting for game logic, uses the Bullet library for physics simulation, and renders scenes with OpenGL or Direct3D through forward, deferred, or light pre-pass pipelines with customizable render passes and shadow mapping. The engine distinguishes itself with a built-in visual scene and UI editor for composing 3D worlds and interface layouts

    Synchronizes scene state across UDP connections by replicating marked attributes with delta compression.

    C++2d3d3d-graphics
    Vezi pe GitHub↗4,707
  1. Home
  2. Data & Databases
  3. Replication Clients
  4. State Replication

Explorează sub-etichetele

  • SessionReplicates session state across cluster nodes using delta requests for failover and load balancing. **Distinct from State Replication:** Distinct from State Replication: focuses on HTTP session state replication for web application clustering, not entity property synchronization.