salvo-concurrency-limiter
π―Skillfrom salvo-rs/salvo-skills
Manages and throttles concurrent requests in Salvo web applications to prevent server overload and ensure stable performance under high traffic.
Part of
salvo-rs/salvo-skills(28 items)
Installation
npx skills add https://github.com/salvo-rs/salvo-skills --skill salvo-concurrency-limiterNeed more details? View full documentation on GitHub β
More from this repository10
Manages secure web session handling, authentication, and state persistence for Salvo web applications with flexible storage backends
Simplifies robust error management in Salvo web applications with structured error responses, custom error types, and middleware-based error handling strategies.
Configures and manages Cross-Origin Resource Sharing (CORS) middleware for secure, flexible API interactions in Salvo web applications
Simplifies web request processing in Salvo by providing reusable middleware components for authentication, logging, CORS, and request transformation
Provides robust Cross-Site Request Forgery (CSRF) protection middleware for securing Salvo web applications against unauthorized request attacks
Simplifies file upload, download, streaming, and multipart form handling in Salvo web applications with robust, efficient middleware and utilities.
Simplifies WebSocket integration in Salvo web applications, enabling real-time bidirectional communication with robust connection handling and message routing.
Enables real-time WebSocket communication and server-sent events for building interactive, low-latency web applications with Salvo framework
Automates TLS certificate provisioning and renewal using ACME protocol for Salvo web applications, simplifying secure HTTPS configuration
Generates OpenAPI (Swagger) documentation automatically for Salvo web services, enabling interactive API exploration and client SDK generation