bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

Use Gin in the server instead of Gorilla #164

Open jawher opened 9 years ago

jawher commented 9 years ago

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 commented 9 years ago

+1 !

julienvey commented 9 years ago

Whatever makes the job :)