下面是基于Go语言的一些WEB快速开发框架(framework)和一些工具包(dev toolkits):
web.go,网址:https://github.com/hoisie/web,有一阵子没维护更新了
Gorilla,网址:http://gorilla-web.appspot.com/
Revel(偏重量级,http://robfig.github.com/revel/,模仿基于Scala/Java语言的Play!框架)
beego (https://github.com/astaxie/beego) - 一个当前活跃的项目,和Django/Rails相比,要更接近于Sinatra(Ruby based)和Flask(Python based)
Bones (https://github.com/peterskeide/bones) - 模版框架,融合了一些好的设计模式
nosurf (https://github.com/justinas/nosurf) - CSRF(跨站请求伪造)保护中间件,Go net/http扩展模块
gorilla/context (http://github.com/gorilla/context) - 请求上下文,用于处理请求前的变量,比如tokens.
go.stripe (https://github.com/drone/go.stripe) - 基于Stripe(支付服务)的信用卡支付处理库.
有疑问加站长微信联系(非本文作者)