2 Repos
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 ist ein Toolkit für die OpenAPI-API-Entwicklung, das sicherstellt, dass die Implementierung eines Projekts mit seinem dokumentierten Design übereinstimmt. Es ermöglicht die Generierung funktionaler API-Server und interaktiver Dokumentation direkt aus YAML-Spezifikationsdateien. Das Projekt bietet ein System zur Zuordnung von API-Endpunkten zu spezifischen Controller-Funktionen sowie einen Mock-Modus, der API-Antworten basierend auf der Spezifikation simuliert. Dies ermöglicht API-Prototyping und Frontend-Entwicklung, bevor die Backend-Business-Logik implementiert ist. Die Plattform bietet eine Kommandozeilenschnittstelle für Projekt-Bootstrapping, Server-Management und Integritätsprüfung. Sie umfasst Funktionen für Middleware-basierte Parameter-Validierung, automatisierte Dokumentationsgenerierung und die Ausführung von Test-Suiten mit Remote-Debugging-Unterstützung.
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.