2 مستودعات
Methods for integrating backend server instances into web frameworks using URL prefixes.
Distinct from Modular Server Mounts: Distinct from general web server frameworks: focuses on the mounting of sub-servers for modular composition.
Explore 2 awesome GitHub repositories matching web development · Server Mounts. Refine with filters or upvote what's useful.
Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s
Integrates backend servers into web frameworks by mapping handlers to specific routes and URL prefixes.
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
Integrates sub-server instances into the main framework using URL prefixes for modular composition.