Go语言的RESTful框架 goweb
openkk
13年前
goweb 是 Go 语言实现的一个轻量级的 RESTful 服务框架。
- Ruby on Rails style route mapping (i.e. /people/{person_id}/groups/{group_id})
- Makes building RESTful APIs easy
- Transparency through to the underlying http foundation for unrestricted use
- Full test suite included. Easy to write testable code.
- Constantly rebuilt and tested against bleeding edge Go
- Google AppEngine ready