Skip to content
/ revel Public
forked from revel/revel

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

License

Notifications You must be signed in to change notification settings

golib/revel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revel

This is 3d-party repo forked from Revel. The goal of this is to easy revel usage. We'll try our best to submit the patch to official repo.

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

Current Version: 0.9.1 (Mar 1, 2014)

Build Status

New Features

  • Support app spec config file following run mode, such as app.dev.conf
  • New template enginer interface, which makes custom template parser esaier
type TemplateEnginer interface {
  Parse(s string) (*template.Template, error)
  SetOptions(options *config.Config)
  SetHelpers(helpers template.FuncMap)
  WatchDir(dir os.FileInfo) bool
  WatchFile(file string) bool
}
  • Support template layout

Learn More

Manual, Samples, Godocs, etc

Join The Community

Announcements

New GitHub Repo

We have moved to the @revel organization. See the v0.9.0 release notes for how to update your app.

v1.0 Goal

You'll notice that our next planned milestone release is v0.10 and you may wonder if Revel is production-ready. The short answer is yes. However, the team feels that there are still some features needed before we can make a whole-hearted endorsement of Revel as a true "batteries-included" web framework.

For those of you new to Go or Revel, we'd like to invite you to join us on our march to v1.0 and help make Revel a stable, secure and enjoyable web framework.

We'd like to take this opportunity to thank the entire community for their feedback and regular contributions. Your support has been very encouraging and highly appreciated.

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%
  • JavaScript 1.9%
  • CSS 0.7%