Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Latest commit

 

History

History
46 lines (24 loc) · 1.29 KB

README_EN.md

File metadata and controls

46 lines (24 loc) · 1.29 KB

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 AutoAction;Action added method Assign;Action'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/coscms/xweb

Examples

Please visit examples folder

Case

Documentation

API, Please visit GoWalker

License

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