xweb is a web framework for Go which is based on web.go. It just like Struts for Java.
- v0.1.1 : App added method AutoAction;Action added method AddTmplVar;Action's method Render's T param now supports variable, function or method。
- v0.1.0 : Inital release.
- multiple server and multiple application in one executable application
- simple and helpful url route mapping
Make sure you have the a working Go environment. See the install instructions.
To install xweb, simply run:
go get github.com/lunny/xweb
Please visit examples folder
API, Please visit GoWalker
BSD License http://creativecommons.org/licenses/BSD/