Go语言Web框架:go-start
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/
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!