2 مستودعات
High-performance engines for mapping traffic to concurrent handlers.
Distinguishing note: Focuses on the routing engine's performance and concurrency capabilities.
Explore 2 awesome GitHub repositories matching web development · Asynchronous Request Routers. Refine with filters or upvote what's useful.
Rocket is a type-safe web framework designed for building server-side applications. It provides a high-performance asynchronous routing engine that maps incoming network traffic to concurrent handler functions, while managing the full lifecycle of web requests. The framework emphasizes compile-time verification, ensuring that request parameters, response types, and routing logic remain consistent throughout the development process. The framework distinguishes itself through its use of request guards, which act as a validation layer to intercept and transform incoming data into structured type
A high-performance engine that maps incoming network traffic to concurrent handler functions while managing the full lifecycle of web requests.
Spring Cloud Gateway is an API gateway and routing service built on Spring Boot. It acts as a central entry point for microservices, directing incoming HTTP traffic to downstream services using a combination of predicates and filters. The project is a non-blocking request router that leverages Netty and Project Reactor to handle high-concurrency traffic via asynchronous data streams. It functions as a dynamic request router and network traffic filter, allowing for the automated detection of and routing to available service instances in dynamic network environments. The gateway manages micros
Leverages Netty and Project Reactor as a high-performance engine for mapping traffic to concurrent handlers.