2 个仓库
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 2 awesome GitHub repositories matching web development · Asynchronous Server Support. Refine with filters or upvote what's useful.
Zappa is a serverless Python framework and command-line tool used for packaging and deploying Python web applications to AWS Lambda. It functions as a serverless infrastructure automator that provisions API Gateways, IAM roles, and SSL certificates to run ASGI and WSGI applications as serverless functions. The tool distinguishes itself by providing a management CLI for executing remote administration scripts and management commands directly within the deployed environment. It includes specific mechanisms for serverless performance tuning, such as scheduling regular warm-up invocations to prev
Provides compatibility and optimization for running asynchronous Python web frameworks on serverless infrastructure.
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.