https://github.com/aodin/volta
A library for writing web applications in Go
https://github.com/aodin/volta
Last synced: 2 months ago
JSON representation
A library for writing web applications in Go
- Host: GitHub
- URL: https://github.com/aodin/volta
- Owner: aodin
- License: mit
- Created: 2012-06-02T02:50:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T00:43:24.000Z (almost 9 years ago)
- Last Synced: 2025-01-21T08:29:42.316Z (4 months ago)
- Language: Go
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Volta [](https://godoc.org/github.com/aodin/volta) [](https://travis-ci.org/aodin/volta)
=====A library for building web applications in Go.
### Auth
Postgres-backed auth users, sessions, and tokens using [aspect](https://github.com/aodin/aspect). Fork it and modify the user to your needs!
### Config
Provides default implementations and JSON-writable configurations for server, database, email, and cookie settings.
### Router
Built upon Julien Schmidt's [httprouter](https://github.com/julienschmidt/httprouter). It adds a User and parameters directly to the request type. It also returns an optional error.
### Templates
Provides `Attrs` and `Templates` instances for simplifying the `html/template` package when using complex template definitions stored in nested directories with global and local attributes.