modules icon indicating copy to clipboard operation
modules copied to clipboard

Officially supported Revel modules

#Revel Modules

Database

  • Database A basic database module which contains a controller you can extend from to perform transactional requests
  • Gorm ORM GORM object library interface
  • Gorp ORM GORP object library interface

Server Engines

  • Fast HTTP The Fast HTTP server engine module
  • New Relic A wrapper over the Go HTTP server to record requests to https://newrelic.com/

Template Engines

  • Pongo 2 The Ace template engine
  • New Relic The Pongo 2 template engine

Authentication

  • Casbin The casbin auth module

Utility

These modules are part of the core revel and a dependency of the Revel Framework

  • Static Serves static files
  • Jobs The Cron Jobs runner
  • TestRunner Test suite

Upcoming

  • Auth A basic example of how to setup authentication
  • csrf CSRF implementation
  • pprof Performance profiler
  • pprof Performance profiler
  • GO HTTP Test Suite A new testing module which supports unit tests from the command line

Community

Learn More

Contributing

Contributors