A powerful web framework for Go - not maintained
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.
Go to file
2014-12-06 22:02:22 +08:00
docs improved docs 2014-10-27 13:00:55 +08:00
examples Corrected typo 2014-11-05 09:58:43 +08:00
validation update 2014-11-09 18:12:54 +08:00
.gitignore improved examples 2013-12-07 16:42:22 +08:00
.gitmodules improved docs 2014-10-27 13:00:55 +08:00
.gopmfile use go-xweb/log instead log 2014-06-04 10:07:52 +08:00
action.go Corrected typo 2014-11-05 09:58:43 +08:00
app.go Merge branch 'master' of github.com:go-xweb/xweb 2014-11-27 14:33:56 +08:00
conversion.go 增加Server集合Servers(Server1(App1,App2,AppN),Server2(App1,App2,AppN),ServerN(App1,App2,AppN));为Server和App增加命名功能(便于根据相应的Server或App命名生成网址);为多语言网站留好过滤器和其它接口(便于轻松实现网站多语言); 2014-01-01 18:32:33 +08:00
doc.go change the examples import path to github.com/go-xweb/xweb 2014-06-04 10:54:18 +08:00
error.go 增加Server集合Servers(Server1(App1,App2,AppN),Server2(App1,App2,AppN),ServerN(App1,App2,AppN));为Server和App增加命名功能(便于根据相应的Server或App命名生成网址);为多语言网站留好过滤器和其它接口(便于轻松实现网站多语言); 2014-01-01 18:32:33 +08:00
fcgi.go 增加Server集合Servers(Server1(App1,App2,AppN),Server2(App1,App2,AppN),ServerN(App1,App2,AppN));为Server和App增加命名功能(便于根据相应的Server或App命名生成网址);为多语言网站留好过滤器和其它接口(便于轻松实现网站多语言); 2014-01-01 18:32:33 +08:00
filter.go improved 2014-11-27 14:33:09 +08:00
helpers.go update 2014-03-09 13:33:39 +08:00
hooks.go update 2014-10-01 11:02:31 +08:00
LICENSE bugs fixed 2014-03-06 09:44:56 +08:00
memzipfile.go update 2014-02-10 15:42:22 +08:00
profile.go add pprof 2014-03-24 11:54:19 +08:00
README_EN.md improved README 2014-10-23 22:53:20 +08:00
README.md improved README 2014-10-23 22:53:20 +08:00
scgi.go 增加Server集合Servers(Server1(App1,App2,AppN),Server2(App1,App2,AppN),ServerN(App1,App2,AppN));为Server和App增加命名功能(便于根据相应的Server或App命名生成网址);为多语言网站留好过滤器和其它接口(便于轻松实现网站多语言); 2014-01-01 18:32:33 +08:00
server.go update 2014-11-01 10:41:23 +08:00
static.go improved 2014-11-23 23:17:43 +08:00
status.go 增加Server集合Servers(Server1(App1,App2,AppN),Server2(App1,App2,AppN),ServerN(App1,App2,AppN));为Server和App增加命名功能(便于根据相应的Server或App命名生成网址);为多语言网站留好过滤器和其它接口(便于轻松实现网站多语言); 2014-01-01 18:32:33 +08:00
template_test.go more tests 2014-12-06 22:02:22 +08:00
template.go bug fixed 2014-12-05 09:39:56 +08:00
xweb.go bug fixed 2014-11-28 13:23:00 +08:00

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/