This is a created article in which the information may have evolved or changed.
- Introduction: A high-productivity Web framework for the Go language, modeled on play! Framework.
Is Revel's logo, which is an efficient Go language web framework written in Java's play! framework.
Project Address: http://robfig.github.com/revel/
Source Address: Https://github.com/robfig/revel
- Features: Hot compilation, simple and optional, synchronous (each request creates its own goroutine to process).
- Quick use:
- Install Revel into your Gopath (installs Revel to your gopath)
- Build the Revel command-line tool (compile Revel command-line tools)
- Run the Chat sample application (running the chat example program)
# from the base of your gopath ...
Go get Github.com/robfig/revel
Go build-o bin/revel github.com/robfig/revel/cmd
Bin/revel Run Github.com/robfig/revel/samples/chat
This article, briefly introduced the Revel, have to say, the Revel document is quite friendly.