Skip to content

nyarly/gotham

 
 

Repository files navigation

Gotham

Join the chat at https://gitter.im/gotham-rs/gotham Linux build status

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

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. Gotham is statically typed ensuring your entire application is correctly expressed at compile time.
  3. Async everything. By leveraging the Tokio project, all Gotham 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 Gotham:

Alternatives

We hope you'll find Gotham 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 Gotham can offer that will help you achieve your goals.

We do acknowledge that sometimes the choices we've made for Gotham may just 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. Conduit
  2. Iron
  3. Nickel
  4. Pencil
  5. Rocket
  6. Rouille

Explore even more suggestions at Are we web yet?.

About

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

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%