Iron is a high level web framework built in and for Rust, built on hyper.
Iron is designed to take advantage of Rust’s greatest features – its excellent type system and its principled approach to ownership in both single threaded and multi threaded contexts.
Iron is highly concurrent and can scale horizontally on more machines behind a load balancer or by running more threads on a more powerful machine. Iron avoids the bottlenecks encountered in highly concurrent code by avoiding shared writes and locking in the core framework.
Iron is meant to be as extensible and pluggable as possible; Iron’s core is concentrated and avoids unnecessary features by leaving them to middleware, plugins, and modifiers.
Middleware, Plugins, and Modifiers are the main ways to extend Iron with new functionality. Most extensions that would be provided by middleware in other web frameworks are instead addressed by the much simpler Modifier and Plugin systems.
Modifiers allow external code to manipulate Requests and Response in an ergonomic fashion, allowing third-party extensions to get the same treatment as modifiers defined in Iron itself. Plugins allow for lazily-evaluated, automatically cached extensions to Re
Website: github.com/iron/iron
Support:
Developer: Iron Core Team
License: MIT License
Iron is written in Rust. Learn Rust with our recommended free books and free tutorials.
Related Software
| Rust Web Frameworks | |
|---|---|
| axum | Ergonomic and modular web framework |
| warp | Composable, web server framework |
| hyper | Protective and efficient HTTP library |
| Loco | Web or API framework for Rust |
| Gotham | Flexible web framework that promotes stability, safety, security and speed |
| Rocket | Async web framework focusing on usability, security, extensibility, and speed. |
| Poem | Full-featured and easy-to-use web framework |
| ntex | Framework for composable network services |
| Trillium | Modular toolkit for building async web applications |
| zino | Next-generation framework for composable applications |
| Iron | Extensible, concurrency focused web development |
| Viz | Fast, robust, flexible, lightweight web framework |
| Xitca-Web | HTTP library and web framework |
| Thruster | Fast, middleware based, web framework |
| nickel | Simple and lightweight foundation for web applications |
| Graphul | Express inspired web framework |
| Roa | Async web framework inspired by koa, lightweight but powerful |
| Ohkami | Intuitive and declarative web framework |
Read our verdict in the software roundup.
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. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

