1 مستودع
Compatibility and optimization for running web applications on high-performance non-blocking server engines.
Distinct from Server-Side Rendering Support: Existing candidates focus on SSR or specific app-server deployments; this is about the underlying async server compatibility.
Explore 1 awesome GitHub repository matching web development · Asynchronous Server Support. Refine with filters or upvote what's useful.
userver is a comprehensive C++ backend application platform and asynchronous framework designed for building scalable microservices. It provides a high-performance execution environment for deploying services that communicate via gRPC and HTTP using a middleware-based request pipeline. The platform distinguishes itself through a distributed service orchestration toolset that manages shared state, distributed locking, and dynamic configuration updates without requiring process restarts. It utilizes a coroutine-based asynchronous execution model and event-loop network I/O to handle high-concurr
Provides a high-performance non-blocking execution environment optimized for asynchronous microservices.