1 个仓库
Creation of dynamic websites and APIs that process data and render HTML or JSON.
Distinct from Server-Side Rendering: Candidates are overly specific to Vue.js or the narrow mechanism of Server-Side Rendering rather than general web development.
Explore 1 awesome GitHub repository matching web development · Server-Side. Refine with filters or upvote what's useful.
该项目提供了一个服务端语言运行时和一个标准化的 Docker 镜像,用于跨不同操作系统部署应用程序。它作为生成动态 HTML、JSON 和 XML 内容的执行环境,同时也作为自动化脚本和后台任务的命令行接口。 该运行时旨在通过基于 C 的扩展架构实现可扩展性,允许加载自定义模块以实现特定功能。它支持多种服务器应用程序接口,包括用于与 Web 服务器进行高性能通信的 FastCGI Web 接口,以及用于在无需外部安装的情况下托管页面的内置 Web 服务器。 其功能涵盖了广泛的系统编程和 Web 开发任务。这些包括用于 SQL 和非关系型引擎的数据库集成、通过 HTTP 和 SOAP 进行的网络协议通信,以及用于密码哈希和对称加密的安全原语。此外,该运行时还提供了用于 XML 处理、多字节字符串处理和任意精度数学运算的工具。 该项目被打包为分层容器镜像,以确保在各种托管环境中执行的一致性。
Functions as a server-side runtime for generating dynamic HTML, JSON, and XML content for web applications.