2 个仓库
Frameworks providing the structure and tools for building web APIs using the Node.js runtime.
Distinguishing note: Candidates were focused on security, build tools, or specific application types rather than the general identity of an API framework.
Explore 2 awesome GitHub repositories matching web development · Node.js API Frameworks. Refine with filters or upvote what's useful.
Nodal 是一个 Node.js API 框架,旨在构建以数据为中心的 Web 服务和使用结构化数据模型的 JSON API。它作为一个对象关系映射器,允许通过对象而不是原始 SQL 查询来查询和操作数据库记录。 该项目包括一个数据库迁移工具,用于跟踪和应用双向模式更改,以在不同环境中保持数据完整性。它还具有一个命令行界面,用于自动化远程托管环境的注册和配置。 该框架提供了模型驱动的 API 生成、无状态 JSON 处理和自动化远程 API 部署的功能。
Provides a comprehensive framework for building data-centric web services and JSON APIs using Node.js.
Pa11y 是一个自动化的 Web 无障碍审计工具和 WCAG 合规性扫描器。它作为无头浏览器测试工具和 Node.js 无障碍 API 运行,利用自动化规则和行业标准识别残障用户在使用网站时遇到的障碍。 该项目提供了一个可编程接口,用于触发审计并在 JavaScript 应用程序中检索结构化的结果对象。其特色功能包括用户交互模拟、页面状态同步,以及通过 CSS 选择器限制测试范围以审计特定页面区域的能力。 该系统支持批量页面审计,并可作为 CI/CD 流水线的无障碍准入关卡,在检测到回归时阻止部署。其广泛的功能包括通过仪表板监控无障碍健康趋势、配置浏览器环境以及以多种格式导出合规性报告。 它提供命令行界面和基于 Promise 的 Node.js 库两种形式。
Provides a programmable JavaScript library to trigger accessibility audits and retrieve structured result objects.