百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
G

gotham

> 编程语言
开源

一个灵活的 Web 框架,可提高稳定性、安全性和速度。

2.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个灵活的 Web 框架,可提高稳定性、安全性和速度。

A flexible web framework that promotes **stability, safety, security and speed**. ## Features 1. Stability focused. All releases target **stable** [Rust](https://www.rust-lang.org/en-US/). This will never change. To ensure future compatibility, we also run automated builds against Rust beta and nightly releases. 1. Statically typed. The Gotham web framework is statically typed ensuring your application is **correctly expressed** at compile time. 1. Async everything. By leveraging the [Tokio project](https://tokio.rs), all Gotham web framework types are async out of the box. Our async story is further enhanced by [Hyper](https://hyper.rs), a fast server that provides an elegant layer over [stringly typed HTTP](http://wiki.c2.com/?StringlyTyped). 1. Blazingly fast. Measure completed requests, including the 99th percentile, in **µs**. ## License Licensed under your option of: * [MIT License](https://github.com/gotham-rs/gotham/blob/main/LICENSE-MIT) * [Apache License, Version 2.0](https://github.com/gotham-rs/gotham/blob/main/LICENSE-APACHE) ## Community The following policies guide participation in our project and our community: * [Conduct](https://github.com/gotham-rs/gotham/blob/main/CODE_OF_CONDUCT.md) * [Contributing](https://github.com/gotham-rs/gotham/blob/main/CONTRIBUTING.md) ## Learning The following resources are available to assist you learning the Gotham web framework: * [An extensive set of examples](https://github.com/gotham-rs/gotham/blob/main/examples) * [API documentation](https://docs.rs/gotham/) * [Gitter chatroom](https://gitter.im/gotham-rs/gotham) * [Twitter](https://twitter.com/gotham_rs) * [The Gotham web framework website](https://gotham.rs/) ## Projects Using Gotham * [Template for local GUIs with Seed and Gotham](https://gitlab.com/liketechnik/local-gui-seed-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](https://gitter.im/gotham-rs/gotham) or [create an issue](https://github.com/gotham-rs/gotham/issues) 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](https://github.com/actix/actix-web) 1. [Conduit](https://github.com/conduit-rust/conduit) 1. [Nickel](https://github.com/nickel-org/nickel.rs) 1. [Rocket](https://github.com/SergioBenitez/Rocket) 1. [Rouille](https://github.com/tomaka/rouille) Explore even more suggestions at [Are we web yet?](https://www.arewewebyet.org/).

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •MIT License
  • •Apache License, Version 2.0
  • •Contributing
  • •An extensive set of examples
  • •API documentation
  • •Gitter chatroom
  • •The Gotham web framework website
  • •Template for local GUIs with Seed and Gotham

> 标签

Rustasyncgothamlearning-gothamrust

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言