2 个仓库
Capabilities for launching and exposing API endpoints for testing or production environments.
Distinct from API Endpoint Testing: Candidates focus on endpoint management or specific GraphQL endpoints, not general project server launching.
Explore 2 awesome GitHub repositories matching web development · API Server Hosting. Refine with filters or upvote what's useful.
swagger-node 是一个用于 OpenAPI API 开发的工具包,可确保项目的实现与其文档化的设计相匹配。它支持直接从 YAML 规范文件生成功能性 API 服务器和交互式文档。 该项目具有一个将 API 端点映射到特定控制器函数的系统,以及一个从规范模拟 API 响应的 Mock 模式。这允许在实现后端业务逻辑之前进行 API 原型设计和前端开发。 该平台提供了一个用于项目引导、服务器管理和完整性验证的命令行界面。它包括基于中间件的参数验证、自动文档生成以及支持远程调试的测试套件执行功能。
Provides the capability to launch a project server to make defined API endpoints available.
bknd is a self-hosted backend-as-a-service platform and serverless backend framework that provides an integrated environment for managing databases, authentication, and file storage. It functions as a headless CMS and a portable API engine designed to run across various JavaScript runtimes, including Node.js, Bun, Cloudflare Workers, and AWS Lambda. The project distinguishes itself through a combination of schema-driven API generation and a built-in database management UI. It enables the definition of data structures either programmatically via a type-safe API or visually through an administr
Integrates server-side logic into a framework using request hooks to handle data operations across different runtimes.