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 is a toolkit for OpenAPI API development that ensures a project's implementation matches its documented design. It enables the generation of functional API servers and interactive documentation directly from YAML specification files. The project features a system for mapping API endpoints to specific controller functions and a mock mode that simulates API responses from the specification. This allows for API prototyping and frontend development before backend business logic is implemented. The platform provides a command-line interface for project bootstrapping, server managemen
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.