Popularity
7.9
Declining
Activity
6.6
-
2,221
42
125

Programming language: Rust
License: GNU General Public License v3.0 or later
Tags: Server     Web     Web Programming     Framework     HTTP     Async     HTTP Server     Blockchain     Fengsp/pencil —     Gotham    
Latest version: v0.4.0

Gotham alternatives and similar packages

Based on the "fengsp/pencil —" category.
Alternatively, view Gotham alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Gotham or a related project?

Add another 'fengsp/pencil —' Package

README

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:

  • [MIT License](LICENSE-MIT)
  • [Apache License, Version 2.0](LICENSE-APACHE)

Community

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

  • [Conduct](CODE_OF_CONDUCT.md)
  • [Contributing](CONTRIBUTING.md)

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?.


*Note that all licence references and agreements mentioned in the Gotham README section above are relevant to that project's source code only.