Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Gin in the server instead of Gorilla #164

Open
jawher opened this issue Apr 19, 2015 · 2 comments
Open

Use Gin in the server instead of Gorilla #164

jawher opened this issue Apr 19, 2015 · 2 comments
Assignees

Comments

@jawher
Copy link
Contributor

jawher commented Apr 19, 2015

Gorilla is a very thin api on top of net/http, and we are still required to do a lot of plumbing to implement the server endpoint.

I propose we move to Gin: https://github.com/gin-gonic/gin
Which would greatly simplify the server code and offer us better productivity.

@haklop
Copy link
Contributor

haklop commented Apr 19, 2015

+1 !

@julienvey
Copy link
Member

Whatever makes the job :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants