1 مستودع
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 1 awesome GitHub repository 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.