|
|
|
|
|
by dougbarrett
3900 days ago
|
|
i've been partial to Go for the past few years. My toolkit is mainly comprised of martini for the web framework, gorm for the database handling (also includes auto migrations which is awesome!) and heroku for hosting (they have native Go support now) or even dokku on your own VPS The software I write is primarily used in advertising, and Go allows me to write the software quickly and is able to handle a large load as you can see here: http://imgur.com/zpkjwlh There is some overhead with Martini and Gorm, but the ease and speed of development more than make up for the performance loss |
|
http://codegangsta.io/blog/2014/05/19/my-thoughts-on-martini...