Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdionysus/vincent-go
Vincent is a very lightweight golang Web framework.
https://github.com/tomdionysus/vincent-go
Last synced: 1 day ago
JSON representation
Vincent is a very lightweight golang Web framework.
- Host: GitHub
- URL: https://github.com/tomdionysus/vincent-go
- Owner: tomdionysus
- License: mit
- Created: 2016-07-02T03:37:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T02:15:34.000Z (over 8 years ago)
- Last Synced: 2024-11-18T08:13:47.985Z (2 months ago)
- Language: Go
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Vincent](docs/vincent.png)
# Vincent
[![Build Status](https://travis-ci.org/tomdionysus/vincent.svg?branch=master)](https://travis-ci.org/tomdionysus/vincent) [![Coverage Status](https://coveralls.io/repos/github/tomdionysus/vincent/badge.svg)](https://coveralls.io/github/tomdionysus/vincent) [![](https://godoc.org/github.com/tomdionysus/vincent?status.svg)](http://godoc.org/github.com/tomdionysus/vincent) [![Go Report Card](https://goreportcard.com/badge/github.com/tomdionysus/vincent)](https://goreportcard.com/report/github.com/tomdionysus/vincent)
Vincent is a lightweight golang Web framework. Following the MVC pattern, you can quickly and easily create dynamic websites using Golang and Handlebars.
## Usage
```golang
import "github.com/tomdionysus/vincent"
```
## Getting Started
Please see [vincent-demo](https://github.com/tomdionysus/vincent-demo) for a complete example.
## License
vincent is licensed under the Open Source MIT license. Please see the [License File](LICENSE.txt) for more details.
## Code Of Conduct
The vincent project supports and enforces [The Contributor Covenant](http://contributor-covenant.org/). Please read [the code of conduct](CODE_OF_CONDUCT.md) before contributing.