Skip to content

tqwewe/revel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revel Framework

Build Status License

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

Current Version: 0.15.0 (2017-05-11)

As of Revel 0.15.0, Go 1.7+ is required.

Quick Start

Install revel framework:

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

Create a new app and run it:

revel new github.com/myaccount/my-app
revel run github.com/myaccount/my-app

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

Community

Learn More

Contributing

Gratitude

First and foremost, we'd like to thank the growing community of developers who enjoy using and contributing to Revel. Your patience, feedback, and moral support are vital to the ongoing development of Revel!

Finally, we'd like to thank the professional organizations that have supported the development of Revel:

Announcements

View the v0.15.0 release notes for all of the relevant changes.

We are working on increasing the speed and quality of our releases. Your feedback has never been so valuable, please share your thoughts with us and help shape Revel!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.4%
  • HTML 2.6%