Rouille is a micro-web-framework library. It creates a listening socket and parses incoming HTTP requests from clients, then gives you the hand to process the request. Rouille was designed to be intuitive to use if you know Rust. Contrary to express-like frameworks, it doesn't employ middlewares. Instead, everything is handled in a linear way. Concepts closely related to websites (like cookies, CGI, form input, etc.) are directly supported by rouille. More general concepts (like database handling or templating) are not directly handled, as they are considered orthogonal to the microweb framework. However, rouille's design makes it easy to use in conjunction with any third-party library without the need for any glue code. The rouille library just ignores this optimization and focuses on providing an easy-to-use synchronous API instead, where each request is handled in its own dedicated thread.

Features

  • Rouille was designed to be intuitive to use if you know Rust
  • Contrary to express-like frameworks, it doesn't employ middlewares
  • Concepts closely related to websites (like cookies, CGI, form input, etc.) are directly supported by rouille
  • Everything is handled in a linear way
  • Async I/O, green threads, coroutines, etc. in Rust are still very immature
  • Micro-web-framework library

Project Samples

Project Activity

See All Activity >

License

Apache License V2.0

Follow Rouille

Rouille Web Site

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Rouille!

Additional Project Details

Programming Language

Rust

Related Categories

Rust HTTP Servers, Rust Frameworks, Rust HTTP Clients

Registered

2023-05-17