5 ms·
I took a look at a few of the go rest frameworks and settled on https://github.com/emicklei/go-restful https://github.com/emicklei/go-restful. It seems like it'
by jackseviltwin 13y ago
I took a look at a few of the go rest frameworks and settled on https://github.com/emicklei/go-restful https://github.com/emicklei/go-restful. It seems like it's the most feature complete and mature of the pack. I'm playing around with a go-restful and gorp (orm-ish library in go) combination at the moment.
I found this project (https://github.com/jmcvetta/lgtts https://github.com/jmcvetta/lgtts) that has managed to integrate go-restul/gorp and is also setup so it can be deployed to heroku.
- jawr 13y agoThanks, go-restful looks awesome. Definitely going to play around with it!