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

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

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

2 个仓库

Awesome GitHub RepositoriesEmbedded Web Frameworks

Scripting environments embedded within web servers to provide framework-like request handling capabilities.

Distinct from Lua: Distinct from general web frameworks as it is an embedded extension of an existing server

Explore 2 awesome GitHub repositories matching web development · Embedded Web Frameworks. Refine with filters or upvote what's useful.

Awesome Embedded Web Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • openresty/lua-nginx-moduleopenresty 的头像

    openresty/lua-nginx-module

    11,764在 GitHub 上查看↗

    This project is an NGINX module that embeds the Lua scripting language directly into the server environment. It functions as a request processor and response filter, enabling the execution of scripts to handle HTTP requests, generate dynamic content, and manage server behavior without external application calls. The module provides a shared memory dictionary and cache manager, allowing data to be stored and retrieved across all active worker processes. This capability supports the collection of high-performance server metrics and the synchronization of information across concurrent processes.

    Allows running Lua scripts within the server for custom request handling and dynamic content generation.

    C
    在 GitHub 上查看↗11,764
  • pywebio/pywebiopywebio 的头像

    pywebio/PyWebIO

    4,817在 GitHub 上查看↗

    PyWebIO 是一个 Python Web 应用程序框架和基于脚本的 UI 库,允许在不编写 HTML、CSS 或 JavaScript 的情况下构建交互式 Web 界面。它将 Web 浏览器视为一个富终端,将 Python 函数调用转换为 UI 元素,并通过同步请求-响应循环捕获用户输入。 该框架作为一个异步 Web 应用服务器,将用户会话作为协程执行,以在单个线程上处理多个并发交互。它还充当数据可视化界面,支持在浏览器中直接渲染来自外部库的交互式图表和图形。 该系统涵盖了广泛的部署和配置功能,包括独立 Web 服务部署、多应用程序托管以及针对 WSGI 和 ASGI 服务器的导出。它提供了用于浏览器 GUI 构建、应用程序元数据配置以及生成移动安装 Web 清单的工具。 应用程序可以作为独立服务部署,或使用适配器和标准路由嵌入到现有的 Web 框架中。

    Allows embedding of script-based web interfaces into existing frameworks to serve content via standard routes.

    Pythonpywebio
    在 GitHub 上查看↗4,817
  1. Home
  2. Web Development
  3. Embedded Web Frameworks