tipsy / govalin

A simple way of creating efficient HTTP APIs in golang using conventions over configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

govalin

Unit tests

A simple way of creating efficient HTTP APIs in golang using conventions over configuration.

Installation

To install govalin run:

go get -u github.com/pkkummermo/govalin

Motivation

I love how fast and efficient go is. What I don't like, is how it doesn't create an easy way of creating HTTP APIs. Govalin focuses on pleasing those who want to create APIs without too much hassle, with a lean simple API.

Inspired by simple libraries and frameworks such as Javalin, I wanted to see if we could port the simplicity to golang.

About

A simple way of creating efficient HTTP APIs in golang using conventions over configuration.

License:Apache License 2.0


Languages

Language:Go 100.0%