awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • floci-io/flocifloci-io 的头像

    floci-io/floci

    14,168在 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
    在 GitHub 上查看↗14,168
  • houbb/sensitive-wordhoubb 的头像

    houbb/sensitive-word

    5,896在 GitHub 上查看↗

    该项目是一个高性能 Java 库和内容审核框架,旨在检测并屏蔽文本中的违禁词。它利用确定性有限自动机 (DFA) 扫描器来实现高效的最长匹配词检测。 该引擎以文本规范化管线和噪声过滤预处理器为特色,这些组件标准化字符大小写、脚本和宽度,同时删除散布的特殊字符以防止过滤规避。它支持动态字典管理,允许在后台更新黑名单和白名单,而无需重启系统。 该框架涵盖了广泛的审核功能,包括用于违规分类的基于标签的词汇分类、用于处理嵌套敏感词的递归匹配处理,以及用于识别 URL 和电子邮件地址等结构化数据的模式检测。它还包括用于输入清理的实用程序,以删除 HTML 标签和脚本元素。

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

    Javadfadirty-wordfilter
    在 GitHub 上查看↗5,896
  • amzeratul/halleyamzeratul 的头像

    amzeratul/halley

    3,837在 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++
    在 GitHub 上查看↗3,837
  • shidenggui/easyquantshidenggui 的头像

    shidenggui/easyquant

    3,470在 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
    在 GitHub 上查看↗3,470
  1. Home
  2. Development Tools & Productivity
  3. Dynamic Logic Reloading

探索子标签

  • 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.