Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fuxiaohei/GoInk

very simple go web framework
https://github.com/fuxiaohei/GoInk

Last synced: about 2 months ago
JSON representation

very simple go web framework

Awesome Lists containing this project

README

        

# GoInk

Very simple go web framework.

[![Build Status](https://drone.io/github.com/fuxiaohei/GoInk/status.png)](https://drone.io/github.com/fuxiaohei/GoInk/latest)
[![GoWalker](https://gowalker.org/api/v1/badge)](https://gowalker.org/github.com/fuxiaohei/GoInk)

Current version **0.5-stable**.

### Sample

* Simple application: [link](https://github.com/fuxiaohei/GoInk/blob/master/sample/simple/main.go)

### Wiki

Visit github [wiki](https://github.com/fuxiaohei/GoInk/wiki):

1. [Getting Started](https://github.com/fuxiaohei/GoInk/wiki/1.-Getting-Started)
2. [Context, Routing and Middleware](https://github.com/fuxiaohei/GoInk/wiki/2.-Context,-Routing-and-Middleware)
3. [Input, Request and Response](https://github.com/fuxiaohei/GoInk/wiki/3.-Input,-Request-and-Response)
4. [View, Event and Flash Data](https://github.com/fuxiaohei/GoInk/wiki/4.-View,-Event-and-Flash-Data)
5. [Configuration](https://github.com/fuxiaohei/GoInk/wiki/5.-Configuration)

### License

Apache License 2.0