Go语言Web框架:go-start
jopen
12年前
go-start 是 Go 语言实现的一个高层次 web 框架,类似于 Python 的 Django,Ruby 的 Rails。
特性:
- HTML 视图可以采用Go语法定义
- 可选的模板系统
- HTML5样板页面模板(Mustache template, will be changed to Go v1 template)
- 表格和数据库的统一数据模型
- 数据模型是简单的Go结构
- MongoDB作为默认的数据库
- 开箱即用的用户管理/认证
- Additional packages for
- Email (Google Mail defaults): http://github.com/ungerik/go-mail
- Gravatar: http://github.com/ungerik/go-gravatar
- RSS parsing: http://github.com/ungerik/go-rss
- Amiando event management: http://github.com/ungerik/go-amiando (used by http://startuplive.in)
- Sublime Text 2 Snippets
- See sublime-snippets/