This repository has been archived on 2019-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
xweb/README_EN.md
2014-10-23 22:53:20 +08:00

1.3 KiB
Raw Permalink Blame History

xweb

xweb is a web framework for Go which is based on web.go. It just like Struts for Java.

中文

Build Status Go Walker

Changelog

  • v0.1.1 : App added method AutoActionAction added method AddTmplVarAction's method Render's T param now supports variable, function or method。
  • v0.1.0 : Inital release.

Features

  • multiple server and multiple application in one executable application
  • simple and helpful url route mapping

Installation

Make sure you have the a working Go environment. See the install instructions.

To install xweb, simply run:

go get github.com/lunny/xweb

Examples

Please visit examples folder

Case

Documentation

API, Please visit GoWalker

License

BSD License http://creativecommons.org/licenses/BSD/