The Wayback Machine - https://web.archive.org/web/20210803121521/https://github.com/revel/revel
Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Apr 14, 2019
May 19, 2020
May 27, 2016
Jul 12, 2020
Mar 9, 2019
Oct 8, 2018
Jul 12, 2020
Jul 12, 2020

Revel Framework

Build Status License Go Report Card

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

Current Version: 1.0.0 (2020-07-11)

Supports go.mod package management

Quick Start

Install Revel:

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

Create & Run your app:

revel new -a my-app -r

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

Community

Learn More

Contributing

Contributors