Gem Go 语言编写的 Web 框架 Gem

agolangf • 2552 次点击    
这是一个分享于 的项目,其中的信息可能已经有所发展或是发生改变。
### Gem Gem 是一个用 Go(golang)语言编写的简单而又快速的 Web 框架,用于构建 restful 或 web 应用,基于 [fasthttp](https://www.oschina.net/p/fasthttp)。 ### 安装 <pre>go get github.com/go-gem/gem</pre> ### 特性 * [Graceful shutdown and restart](https://github.com/go-gem/gem/wiki/Graceful-shutdown-and-restart)(热重启) * [Leveled logging](https://github.com/go-gem/gem/wiki/Logger)(分级的日志记录) * [Gem log](https://github.com/go-gem/log) - 默认。 * [logrus](https://github.com/sirupsen/logrus) - 结构化、可插入的日志包。  高性能、美观的 router,友好的 RESTful API。 会话支持 [Various Middlewares](https://github.com/go-gem/gem/wiki/Middleware)(中间件) * SON WEB TOKEN 中间件 * 压缩中间件 * Auth 基础中间件 * 请求正文限制中间件 * CSRF 中间件 * CORS 中间件 [Not bad scores of test coverage](https://coveralls.io/github/go-gem/gem?branch=master) (测试覆盖率)- 可接受 85%~100%。 ### 性能 [![Gem benchmark](https://github.com/go-gem/gem/raw/master/benchmark.png)](https://github.com/go-gem/gem/blob/master/benchmark.png)
授权协议:
MIT
开发语言:
Google Go 查看源码»
操作系统:
跨平台
2552 次点击  ∙  1 赞  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传