A high productivity, full-stack web framework for the Go language.
Current Version: 0.13.0 (TBD)
As of Revel 0.13.0, Go 1.4+ is required.
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!"
Join on Slack, StackOverflow, IRC #revel and [Google Groups]((https://groups.google.com/forum/#!forum/revel-framework)
- Report bugs here
- Answer questions of other community members (via StackOverflow, [Google Groups]((https://groups.google.com/forum/#!forum/revel-framework) and IRC)
- Give feedback on new feature discussions (via GitHub Issues and Google Groups
- Propose your own ideas (via Slack or Google Groups
View the v0.13.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!