Development Tools

Rouille – Rust web micro-framework

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 micro web framework. However Rouille’s design makes it easy to use in conjunction with any third-party library without the need for any glue code.

Website: github.com/tomaka/rouille
Support:
Developer: The Rouille Developers
License: Apache License, Version 2.0 or MIT License

Rouille is written in Rust. Learn Rust with our recommended free books and free tutorials.


Related Software

Rust Web Micro-Frameworks
Actix WebPowerful, pragmatic, and extremely fast web framework with a few twists
SalvoPowerful and simplest web server framework
AbscissaMany features with minimal dependencies and security conscious
RouilleDesigned to be intuitive and doesn't employ middlewares
TideMnimal and pragmatic Rust web application framework
vialSmall web "framework" for making small web sites
SpairSmall and fast frontend framework

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments