Aurora Go Web 框架 Aurora

aurora-go • 2639 次点击    
这是一个分享于 的项目,其中的信息可能已经有所发展或是发生改变。
# Aurora Web Framework [![star](https://gitee.com/aurora-engine/aurora/badge/star.svg?theme=dark)](https://gitee.com/aurora-engine/aurora/stargazers) [![Go Report Card](https://goreportcard.com/badge/gitee.com/aurora-engine/aurora)](https://goreportcard.com/report/gitee.com/aurora-engine/aurora) [![License](https://img.shields.io/badge/license-apache--2.0-blue)](https://gitee.com/aurora-engine/aurora/blob/master/LICENSE) <br> Aurora 是用 Go(Golang) 编写的 Web 框架 ,将是 Golang 自诞生以来最好用的 Web 开发生产工具。路由处理灵活,集中式依赖管理,让项目代码结构更加优雅,专注于业务编码。 ## go version ``` go1.16+ ``` ## start ```go package main import "gitee.com/aurora-engine/aurora" func main() { //创建 实例 a := aurora.NewAurora() //注册接口 a.Get("/", func() { a.Info("hello web") }) //启动服务器 aurora.Run(a) } ``` ## document [document](https://aurora-go.github.io) ## 项目案例参考 [community 仓库](https://gitee.com/aurora-engine/community) ## about the author **作者:** Awen **联系:** zhiwen_der@qq.com ## copyright information 该项目签署了**Apache**授权许可,详情请参阅 [LICENSE](https://github.com/awensir/go-aurora/blob/main/LICENSE)
授权协议:
Apache
开发语言:
go 查看源码»
2639 次点击  
加入收藏 微博
2 回复  |  直到
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传