- 授权协议: Apache
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/wuciyou/dogo
- 软件文档: https://github.com/wuciyou/dogo/blob/master/README.md
- 官方下载: https://github.com/wuciyou/dogo/archive/master.zip
软件介绍
dogo,用 Go 语言开发的 Web 框架,高效简单。采用微内核框架,高度可定制化。可以很方便添加各种组件。
package main
import (
"github.com/wuciyou/dogo"
_ "github.com/wuciyou/dogo/example/web/controller"
)
func main() {
dogo.Start()
}
Struts 2 in Action
Don Brown、Chad Davis、Scott Stanlick / Manning Publications / 2008.3 / $44.99
The original Struts project revolutionized Java web development and its rapid adoption resulted in the thousands of Struts-based applications deployed worldwide. Keeping pace with new ideas and trends......一起来看看 《Struts 2 in Action》 这本书的介绍吧!
