2 रिपॉजिटरी
Minimal high-performance frameworks for building web servers using web standards.
Distinct from JavaScript Frameworks: Candidates focus on SPA, behavioral, or testing frameworks, not general-purpose HTTP server frameworks.
Explore 2 awesome GitHub repositories matching web development · HTTP Frameworks. Refine with filters or upvote what's useful.
Hono is a minimal JavaScript HTTP framework designed for building web servers across multiple runtimes, including Node.js, edge runtimes, and serverless platforms. It functions as a cross-runtime web server and a web standard API wrapper, normalizing various runtime request and response objects into standard Web API signatures. The project serves as an HTTP middleware orchestrator and request handler, utilizing a middleware-based request pipeline and hierarchical route mounting to create modular server structures. It distinguishes itself through a runtime-agnostic event wrapper that ensures c
Serves as a minimal, high-performance framework for building web servers across multiple JavaScript runtimes.
async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses procedural macros to automatically generate schemas from native language structures, ensuring consistency between the data model and the API specification. The project provides native support for Apollo Federation v2, allowing entities and fields to be shared and resolved across multiple distributed subgraphs. It also implements real-time data streaming via WebSocket subscriptions and asynchronous event streams. The framework includes a wide array of capabilities for schema design, su
Integrates the GraphQL engine with asynchronous HTTP frameworks to handle incoming requests and return responses.