rust-iron 0.6.1 Extensible, concurrency focused web development in Rust
Iron is a high level web framework built in and for Rust. It 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.
- Website: https://github.com/iron/iron
- License: Expat
- Package source: crates-io.scm
- Patches: None
- Builds: x86_64-linux, aarch64-linux