awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesDynamic Logic Reloading

The ability to update function logic in a running environment without requiring a full restart.

Distinct from Automatic Template Reloading: Existing candidates are too specific to routes, credentials, or AI vocabularies; this is general logic reloading for serverless functions.

Explore 4 awesome GitHub repositories matching development tools & productivity · Dynamic Logic Reloading. Refine with filters or upvote what's useful.

Awesome Dynamic Logic Reloading GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • floci-io/flociAvatar de floci-io

    floci-io/floci

    14,168Ver en 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

    Automatically updates the logic of emulated cloud functions without restarting the local development environment.

    Javaawsaws-emulationdevops
    Ver en GitHub↗14,168
  • houbb/sensitive-wordAvatar de houbb

    houbb/sensitive-word

    5,896Ver en GitHub↗

    Este proyecto es una biblioteca Java de alto rendimiento y framework de moderación de contenido diseñado para detectar y enmascarar palabras prohibidas en texto. Utiliza un escáner de Autómata Finito Determinista (DFA) para implementar una detección eficiente de palabras de coincidencia más larga. El motor se distingue por una tubería de normalización de texto y un preprocesador de filtrado de ruido que estandariza el uso de mayúsculas, scripts y anchos, mientras elimina caracteres especiales intercalados para evitar la evasión de filtros. Admite la gestión dinámica de diccionarios, permitiendo que las listas negras y blancas se actualicen en segundo plano sin requerir un reinicio del sistema. El framework cubre una amplia gama de capacidades de moderación, incluyendo clasificación de palabras basada en etiquetas para categorización de violaciones, procesamiento de coincidencias recursivas para manejar palabras sensibles anidadas y detección de patrones para identificar datos estructurados como URL y direcciones de correo electrónico. También incluye utilidades para la sanitización de entradas para eliminar etiquetas HTML y elementos de script.

    Allows updating sensitive word blacklists and allow-lists in the background without requiring a system restart.

    Javadfadirty-wordfilter
    Ver en GitHub↗5,896
  • amzeratul/halleyAvatar de amzeratul

    amzeratul/halley

    3,837Ver en GitHub↗

    Halley is a modular C++ game engine designed for building cross-platform interactive applications. Its core identity is defined by a hardware-abstraction graphics pipeline for consistent rendering across different operating systems and an entity-component-system architecture that separates game state from processing logic. The framework features a hot-reloading development environment that allows updating application logic and assets at runtime without requiring a full process restart. It also includes a multiplayer networking framework based on an asynchronous messaging system to manage real

    Allows updating compiled binary logic at runtime without restarting the application process.

    C++
    Ver en GitHub↗3,837
  • shidenggui/easyquantAvatar de shidenggui

    shidenggui/easyquant

    3,470Ver en GitHub↗

    Easyquant is a quantitative trading framework and event-driven engine designed for executing automated trading strategies and managing real-time market data across multiple accounts. It includes an algorithmic strategy engine and a market data integration layer to process stock quotes and order book data from external providers. The system features a trading backtesting simulator that uses market time simulation to verify strategy behavior under specific timestamps. It supports dynamic strategy deployment via a hot-reloading module system, allowing trading logic to be updated and injected int

    Supports the automatic reloading of trading logic into the engine when source files are modified.

    Python
    Ver en GitHub↗3,470
  1. Home
  2. Development Tools & Productivity
  3. Dynamic Logic Reloading

Explorar subetiquetas

  • Dictionary Hot-ReloadingUpdating word libraries and allow-lists in the background without requiring a system restart. **Distinct from Dynamic Logic Reloading:** Specifically targets the reloading of sensitive word dictionaries, unlike general logic or route reloading.