Awesome Go

Revel

CategoryWeb Frameworks
SubcategoryWeb Frameworks
Stars0

High-productivity web framework for the Go language

About Revel

Revel Framework

Build Status 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

Quick Start

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!"

Community

Learn More

Contributing

Contributors

Frequently Asked Questions

What is Revel?

Revel is a Web Frameworks library for the Go programming language. High-productivity web framework for the Go language

How do I install Revel?

Install Revel with the Go module system using `go get revel/revel`. Check the repository for the current installation instructions.

What category does Revel belong to?

Revel is listed under Web Frameworks, specifically Web Frameworks.

← Back to Web Frameworks