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

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

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

2 个仓库

Awesome GitHub RepositoriesCSP-Compatible Renderers

Rendering mechanisms that avoid runtime template evaluation to comply with strict security policies.

Distinct from Compiler-based Framework Support: Distinct from general compiler support: specifically addresses runtime template evaluation restrictions.

Explore 2 awesome GitHub repositories matching web development · CSP-Compatible Renderers. Refine with filters or upvote what's useful.

Awesome CSP-Compatible Renderers GitHub Repositories

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

    vuejs/vue

    209,900在 GitHub 上查看↗

    Vue 是一个渐进式的、基于组件的 JavaScript 框架,旨在构建响应式用户界面和单页应用程序。它以声明式模板系统为中心,将 HTML 转换为高效的渲染函数,允许开发者将复杂的界面组织成自动与应用程序状态同步的隔离、可复用单元。 该框架通过依赖跟踪响应式系统脱颖而出,该系统在渲染期间监控数据访问以触发精确更新。它提供了一个灵活的架构,支持作为轻量级库的增量采用和全规模应用程序开发。开发者可以利用强大的基于插件的扩展模型来注入全局逻辑,同时框架的虚拟 DOM 对账确保通过计算最小突变来实现高效的界面更新。 除了核心渲染能力外,该项目还包括一套全面的工具,用于管理应用程序状态、基于 URL 的路由和服务器端渲染。它为组件组合、内容分发和动画管理提供了广泛支持,并内置了自动内容转义等安全措施以防止常见漏洞。 该框架随附官方类型声明以支持静态分析,并可通过标准包管理器安装,或通过脚本标签直接集成到浏览器环境中。

    Supports strict security policies by pre-compiling templates to avoid runtime code evaluation.

    TypeScriptframeworkfrontendjavascript
    在 GitHub 上查看↗209,900
  • livewire/livewirelivewire 的头像

    livewire/livewire

    23,448在 GitHub 上查看↗

    Livewire is a full-stack framework for PHP that enables the development of reactive, dynamic user interfaces using server-side classes and templates. By bridging the gap between server-side logic and client-side DOM updates, it allows developers to build interactive web applications without writing custom JavaScript. The framework operates as a component-based library, where modular units encapsulate interface logic, state, and event handling directly on the server. The framework distinguishes itself through a reactive architecture that automatically synchronizes state between the browser and

    Enables the application to function in environments with strict security policies that prohibit unsafe-eval by using pre-compiled client-side logic.

    PHP
    在 GitHub 上查看↗23,448
  1. Home
  2. Web Development
  3. Compiler-based Framework Support
  4. CSP-Compatible Renderers

探索子标签

  • CSP-Safe Build ConfigurationsBuild-time configurations that ensure applications function in environments with strict security policies by avoiding runtime evaluation. **Distinct from CSP-Compatible Renderers:** Distinct from CSP-Compatible Renderers: focuses on the build configuration aspect rather than the renderer implementation.