salvo-rs

Salvo

@salvo-rs
28 skills 308 total stars

find ~/salvo-rs/ -name "*.skill"

Integrate databases with Salvo using SQLx, Diesel, SeaORM, or other ORMs. Use for persistent data storage and...

Extract and validate data from requests including JSON, forms, query parameters, and path parameters. Use for...

Implement CSRF (Cross-Site Request Forgery) protection using cookie or session storage. Use for protecting forms and...

Configure Cross-Origin Resource Sharing (CORS) and security headers. Use for APIs accessed from browsers on...

Compress HTTP responses using gzip, brotli, zstd, or deflate. Use for reducing bandwidth and improving load times.

Implement caching strategies for improved performance. Use for reducing database load and speeding up responses.

Create basic Salvo web applications with handlers, routers, and server setup. Use when starting a new Salvo project...