13 unstable releases

0.7.3 Mar 5, 2024
0.7.2 Sep 12, 2023
0.7.1 Nov 18, 2021
0.6.0 Mar 20, 2021
0.0.1 Mar 23, 2017

#40 in HTTP server

Download history 1205/week @ 2023-11-24 632/week @ 2023-12-01 821/week @ 2023-12-08 765/week @ 2023-12-15 447/week @ 2023-12-22 476/week @ 2023-12-29 905/week @ 2024-01-05 910/week @ 2024-01-12 865/week @ 2024-01-19 917/week @ 2024-01-26 658/week @ 2024-02-02 777/week @ 2024-02-09 858/week @ 2024-02-16 857/week @ 2024-02-23 909/week @ 2024-03-01 782/week @ 2024-03-08

3,544 downloads per month
Used in 24 crates (23 directly)

MIT/Apache

565KB
10K SLoC

The Gotham web framework

A flexible web framework that promotes stability, safety, security and speed.

Join the chat at https://gitter.im/gotham-rs/gotham GitHub actions Dependency status

Features

  1. Stability focused. All releases target stable Rust. This will never change. To ensure future compatibility, we also run automated builds against Rust beta and nightly releases.
  2. Statically typed. The Gotham web framework is statically typed ensuring your application is correctly expressed at compile time.
  3. Async everything. By leveraging the Tokio project, all Gotham web framework types are async out of the box. Our async story is further enhanced by Hyper, a fast server that provides an elegant layer over stringly typed HTTP.
  4. Blazingly fast. Measure completed requests, including the 99th percentile, in µs.

License

Licensed under your option of:

Community

The following policies guide participation in our project and our community:

Learning

The following resources are available to assist you learning the Gotham web framework:

Projects Using Gotham

Alternatives

We hope you'll find the Gotham web framework is flexible enough to meet the needs of any web application you might like to build. Please have a chat with us or create an issue if you find this isn't the case, perhaps there is something the Gotham web framework can offer that will help you achieve your goals.

We do acknowledge that sometimes the choices we've made for the Gotham web framework may not suit the needs of all projects. If that is the case for your project there are alternative Rust web frameworks you might like to consider:

  1. Actix-Web
  2. Conduit
  3. Nickel
  4. Rocket
  5. Rouille

Explore even more suggestions at Are we web yet?.

Dependencies

~9–24MB
~338K SLoC