Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

revel/revel

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

revel/revel.json
{
"createdAt": "2011-12-09T04:10:26Z",
"defaultBranch": "master",
"description": "A high productivity, full-stack web framework for the Go language.",
"fullName": "revel/revel",
"homepage": "http://revel.github.io",
"language": "Go",
"name": "revel",
"pushedAt": "2023-10-28T20:48:11Z",
"stargazersCount": 13238,
"topics": [
"hacktoberfest",
"revel",
"web-application",
"web-application-framework",
"web-framework"
],
"updatedAt": "2025-11-26T01:15:09Z",
"url": "https://github.com/revel/revel"
}

Build Status [License]!(LICENSE) Go Report Card

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

Current Version: 1.1.0 (2022-04-11)

Supports go.mod package management

Install Revel:

go install github.com/revel/cmd/revel@latest

Create & Run your app:

revel new -a my-app -r

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