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

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

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

8 个仓库

Awesome GitHub RepositoriesDynamic HTML Templating

Rendering dynamic HTML content using template engines and delivering it as HTTP responses.

Distinct from Static Content Delivery: Distinct from Static Content Delivery: focuses on server-side template rendering rather than serving pre-rendered files.

Explore 8 awesome GitHub repositories matching web development · Dynamic HTML Templating. Refine with filters or upvote what's useful.

Awesome Dynamic HTML Templating GitHub Repositories

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

    salvo-rs/salvo

    4,376在 GitHub 上查看↗

    Salvo 是一个全面的 Rust Web 框架,用于构建异步 HTTP 服务器和 Web 应用。它具有一个分层 Web 路由器(使用树状结构将请求映射到处理程序)和一个基于洋葱模型的异步中间件流水线(用于请求和响应的预处理和后处理)。 该框架以其对现代网络协议的原生支持而著称,包括基于 QUIC 的 HTTP/3 实现以及 HTTP/1 和 HTTP/2。它包括一个集成的 OpenAPI 文档生成器,可直接从处理程序签名中提取模式,以生成标准化的 API 规范和交互式界面。此外,它通过 ACME 集成提供自动 TLS 管理,以获取和续订安全证书。 该项目涵盖了广泛的功能,包括通过 WebSocket 和 WebTransport 进行的实时通信,以及带有请求代理和路径重写的 API 网关功能。它内置了对会话管理、类型安全参数提取以及通过 OpenTelemetry 集成进行可观测性的支持。内容交付通过静态文件服务和动态 HTML 模板处理。 提供了一个用于引导新项目结构的命令行工具。

    Provides integrated support for delivering both static assets and dynamic HTML rendered via template engines.

    Rustasyncframeworkhttp-server
    在 GitHub 上查看↗4,376
  • element-hq/synapseelement-hq 的头像

    element-hq/synapse

    4,314在 GitHub 上查看↗

    Synapse 是一个 Matrix 家庭服务器实现,为去中心化、实时通信和消息传递提供了基础设施。它作为一个联邦聊天服务器,在独立的服务器实例之间同步房间数据和事件流,以实现跨域互操作性。 该服务器利用一个混合核心,将性能关键逻辑集成在 Rust 中,并配有一个 Python 编排层。它使用 PostgreSQL 关系数据库来持久化用户账户和对话历史,并使用基于 Redis 的消息系统在水平工作节点之间分配任务。 该项目涵盖了广泛的功能,包括通过 SAML 和 OpenID Connect 集成的安全身份管理、用于内容审核和房间管理的全面管理工具,以及自动媒体处理。它还包括用于去中心化联邦、异步数据库模式迁移和用于性能监控的遥测导出的系统。

    Uses a dynamic templating engine to render HTML for password resets and authentication fallback pages.

    Python
    在 GitHub 上查看↗4,314
  • brianway/java-learningbrianway 的头像

    brianway/java-learning

    4,293在 GitHub 上查看↗

    该项目是一个教学仓库和学习资源,提供了全面的学习笔记、编程指南和可运行的源码示例。它作为 Java SE 和 Java Web 开发的指南,包含一个代码示例库,演示了常见的算法和技术实现。 该仓库专注于语言核心和运行时分析,并提供有关多线程和并发的详细教程。它提供了软件架构和设计模式(如单例模式和策略模式)的实际实现,以及对 Java 虚拟机 (JVM) 和字节码的探索。 该项目涵盖了广泛的能力,包括泛型和注解等语言基础、涉及 HTTP 请求处理和会话管理的 Web 开发基础,以及用于线程生命周期和资源同步的并发原语。它还包括用于安全、数据处理和动态页面生成的实用程序。

    Integrates code snippets and expressions into HTML templates to generate dynamic server-side content.

    Javajava
    在 GitHub 上查看↗4,293
  • microfeed/microfeedmicrofeed 的头像

    microfeed/microfeed

    4,004在 GitHub 上查看↗

    Microfeed 是一个托管在 Cloudflare 基础设施上的无服务器内容管理系统,用于管理博客、播客和多媒体订阅源。它作为一个自托管的多媒体发布平台和无头内容 API,允许用户在自定义域名下组织文本、音频和视频内容。 该系统包含一个 RSS 和 JSON 订阅源生成器,用于将机器可读的内容分发给外部聚合器和播客播放器。它提供了一个程序化接口,用于管理和提供内容,作为外部客户端应用程序的数据源。 该平台涵盖了管理仪表盘、用于 HTML 和 CSS 的动态站点模板,以及通过滴灌式调度进行的自动化电子邮件内容交付。它还包括通过第三方 URL 重定向跟踪媒体下载统计信息的实用程序。

    Allows modification of visual presentation by editing HTML and CSS via a dynamic templating engine.

    JavaScriptcloudflarecloudflare-d1cloudflare-pages
    在 GitHub 上查看↗4,004
  • geektutu/high-performance-gogeektutu 的头像

    geektutu/high-performance-go

    3,888在 GitHub 上查看↗

    该项目是 Go 语言的综合性能编程指南和参考,专注于运行时效率和内存优化。它提供了一系列模式和技术,旨在通过减少垃圾回收开销和优化内存使用来提高执行速度。 该资源通过详细的内存优化参考实现脱颖而出,例如逃逸分析、对象池和结构体内存对齐。它提供了减少二进制大小和通过结构体内存布局优化及使用零分配占位符来提高 CPU 缓存效率的具体策略。 该项目涵盖了广泛的后端工程功能,包括使用工作池和同步原语的并发管理、高性能 RPC 和 HTTP 路由以及分布式缓存策略。它还包括通过 CPU 和内存分析进行可观测性的指南,以及用于功能单元测试和模拟对象生成的质量保证模式。 内容结构化为一系列教程、架构示例和基准测试指南,以帮助开发者分析和修复性能瓶颈。

    Provides a system for rendering dynamic HTML content using templates for HTTP responses.

    Goeffective-golanggogolang
    在 GitHub 上查看↗3,888
  • poole/hydepoole 的头像

    poole/hyde

    3,799在 GitHub 上查看↗

    Hyde is a static site theme for Jekyll that implements a two-column layout featuring a dedicated sidebar and a primary content area. It serves as a template for organizing text-heavy websites, providing a structure for documentation, portfolios, and blogs. The theme distinguishes itself through a Gist integration framework that allows for the embedding of hosted code snippets and external blocks via remote identifiers. It also includes an automated system for generating standard RSS feeds and custom error pages during site setup. The project covers visual customization through predefined col

    Employs the Liquid template language to inject dynamic content into static HTML layouts during build time.

    CSSjekylljekyll-theme
    在 GitHub 上查看↗3,799
  • sharu725/online-cvsharu725 的头像

    sharu725/online-cv

    3,487在 GitHub 上查看↗

    This project is a static site generator designed to transform structured data into professional curriculum vitae and portfolio websites. It utilizes the Jekyll framework to compile plain text and data files into lightweight, web-ready HTML, allowing users to host their professional profiles directly on platforms like GitHub Pages. The system distinguishes itself by separating raw professional information from the visual layout, using YAML-based configuration files to manage content and Liquid templates to handle site structure. This approach allows for centralized data management, where work

    Uses the Liquid templating language to process and inject dynamic variables into static HTML during site compilation.

    JavaScriptcv-templatejekylljekyll-template
    在 GitHub 上查看↗3,487
  • phodal/serverlessphodal 的头像

    phodal/serverless

    1,741在 GitHub 上查看↗

    This project serves as a comprehensive technical guide and framework for building, deploying, and managing event-driven applications. It focuses on serverless architecture development, providing patterns and practices for implementing cloud-native services that execute code in response to triggers without requiring persistent server infrastructure. The repository distinguishes itself by offering a unified approach to polyglot runtime orchestration, allowing developers to manage components written in multiple programming languages within a single project. It emphasizes local cloud emulation, e

    Configures API endpoints to return dynamic HTML content by setting appropriate response headers.

    HTMLaws-lambdadynamodbebook
    在 GitHub 上查看↗1,741
  1. Home
  2. Web Development
  3. Dynamic HTML Templating

探索子标签

  • Liquid Template RenderingA templating system that uses Liquid to inject dynamic variables into static HTML during the build process. **Distinct from Dynamic HTML Templating:** Specifically focuses on the Liquid template language within a static site context, distinct from general dynamic HTTP responses.