Revel框架简介

  • 简介:A high-productivity web framework for the Go language, modeled on Play! Framework.

上图是Revel的logo,它是一个以Java的Play!框架为蓝本编写的高效的Go语言Web框架。
项目地址:http://robfig.github.com/revel/
源码地址:https://github.com/robfig/revel

  • 特点:热编译,简单可选,同步(每个请求都创建自己的goroutine来处理)。
  • 快速使用:
  1. Install Revel into your GOPATH(安装Revel到你的GOPATH)
  2. Build the Revel command-line tool(编译Revel命令行工具)
  3. Run the Chat sample application(运行Chat示例程序)

# 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

这一篇,简单介绍了Revel,不得不说,Revel文档还是蛮友好的。

本文来自:Rhino 的博客

感谢作者:Rhino(犀牛)

查看原文:Revel框架简介

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。