chenhangcal / revel

A high productivity, full-stack web framework for the Go language.

Home Page:http://revel.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revel Framework

Build Status License Go Report Card

A high productivity, full-stack web framework for the Go language.

Current Version: 0.19.0 (2018-02-06)

As of Revel 0.15.0, Go 1.6+ is required.

Quick Start

Enter Go's path (format varies based on OS):

cd $GOPATH

Install Revel:

go get -u github.com/revel/cmd/revel

Create & Run your app:

revel new my-app
revel run my-app

Open http://localhost:9000 in your browser and you should see "It works!"

Community

Learn More

Contributing

About

A high productivity, full-stack web framework for the Go language.

http://revel.github.io

License:MIT License


Languages

Language:Go 98.4%Language:HTML 1.6%Language:NewLisp 0.0%Language:JavaScript 0.0%