Live data from Hacker News

Go-bootstrap: Generates a lean and mean Go web project

go-bootstrap.io

1–10 of 61 posts

Re: Go-bootstrap: Generates a lean and mean Go web project

#2
Excellent overview. I'm sick to death of landing pages that are vague, hard to navigate, and leave you wondering what the project is all about; you avoided all of that. In particular, the "Decisions made for you" clearly answers many of the questions someone will have when they investigate a project like this. Kudos.

Re: Go-bootstrap: Generates a lean and mean Go web project

#3
I like the project. You integrated a lot of well known and standard packages that people writing Go-WebApps would want, and didn't make the project super heavyweight. Very useful and still very light. I will definitely be using it, since one of my biggest problems with getting new go machines set up is going out and finding all the packages I have used in the past.

On top of that, you got me another Gorilla Secure Cookie default integrity key to add to my project for attacking Gorilla SecureCookies.

Re: Go-bootstrap: Generates a lean and mean Go web project

#4
post #2

Excellent overview. I'm sick to death of landing pages that are vague, hard to navigate, and leave you wondering what the project is all about; you avoided all of that. In particular, the "Decisions made for you" clearly answers many of the questions someone will have when they investigate a project like this. Kudos.

I can't agree enough! More projects need this "decisions made for you" section in them.

Hmm, maybe I should go through the common Ruby frameworks and add a section like this in a pull request...

Re: Go-bootstrap: Generates a lean and mean Go web project

#7
post #5

Would love to see something like this for RESTful Web Services built on Go with /users, auth, rate-limiting, etc already working out of the box.

I wrote something like that a while back: https://github.com/iangudger/basicGoAPI

No rate limiting, but it has pretty much everything else. If you want to add it I would welcome a pull request :)

Re: Go-bootstrap: Generates a lean and mean Go web project

#8
post #5

Would love to see something like this for RESTful Web Services built on Go with /users, auth, rate-limiting, etc already working out of the box.

I wrote something like that a while back: https://github.com/iangudger/basicGoAPI No rate limiting, but it has pretty much everything else. If you want to add it I would welcome a pull request :)

Your project is GPL licensed. Is that your idea of a joke?

There is a place for the GPL, but this is not it.

Re: Go-bootstrap: Generates a lean and mean Go web project

#9
post #8

Earlier quoted context omitted.

I wrote something like that a while back: https://github.com/iangudger/basicGoAPI No rate limiting, but it has pretty much everything else. If you want to add it I would welcome a pull request :)

Your project is GPL licensed. Is that your idea of a joke? There is a place for the GPL, but this is not it.

I have found the GPL is workable in web projects:

https://programmers.stackexchange.com/questions/132485/does-...

I understand why people don't like the GPL but its not a showstopper for most business applications.

Post reply on HN