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
·

2 dépôts

Awesome GitHub RepositoriesDynamic Runtime Reloading

Mechanisms for hot-reloading code within serverless function execution environments.

Distinct from Serverless Function Runtimes: Distinct from Serverless Function Runtimes: specifically addresses the dynamic update of code without environment restarts.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Dynamic Runtime Reloading. Refine with filters or upvote what's useful.

Awesome Dynamic Runtime Reloading 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.
  • floci-io/flociAvatar de floci-io

    floci-io/floci

    14,168Voir sur GitHub↗

    Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications without a live internet connection. It serves as a containerized cloud emulator and a serverless runtime emulator, allowing users to run high-fidelity replicas of cloud databases, queues, and compute services on a local machine. The project distinguishes itself by using real container images instead of simple mocks to ensure behavioral accuracy. It functions as a local API gateway simulator with proxy-based routing for REST and WebSocket APIs, and provides a serverless environm

    Allows updating serverless function logic instantly without restarting the entire emulator environment.

    Javaawsaws-emulationdevops
    Voir sur GitHub↗14,168
  • azerothcore/azerothcore-wotlkAvatar de azerothcore

    azerothcore/azerothcore-wotlk

    8,008Voir sur GitHub↗

    This project is a World of Warcraft server emulator that simulates a multiplayer online game world, managing player data and game logic. It functions as a modular game server framework and an NPC AI and scripting engine, providing the necessary infrastructure to host a persistent virtual environment. The system is distinguished by a modular framework that allows for the extension of core engine behavior through isolated modules and function hooks without modifying the source code. It includes a structured SQL data layer for managing authentication, character states, and world environment sett

    Refreshes specific database tables in the running process to apply changes without requiring a full server restart.

    C++azerothcoreemulatorgame
    Voir sur GitHub↗8,008
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Infrastructure
  4. Cloud Computing & Serverless
  5. Serverless Execution Environments
  6. Serverless Function Runtimes
  7. Dynamic Runtime Reloading

Explorer les sous-tags

  • Database Table Hot-ReloadingRefreshing specific database tables within a running process to apply changes without restarting. **Distinct from Dynamic Runtime Reloading:** Targets database state refreshing specifically, whereas the candidate focuses on serverless code reloading.