Live data from Hacker News

Show HN: ABCWeb – A Go Web Framework

github.com

1–10 of 29 posts

Re: Show HN: ABCWeb – A Go Web Framework

#9
post #5

Also checkout go buffalo http://gobuffalo.io/ the claims are nearly the same "Rails for go" . Too bad they didnt collaborate to make a single project better.

Buffalo has a lot of traction and is what I would suggest to most people looking for a go web 'framework'

Mark chose to combine packages such as gorilla/mux into buffalo since they are popular, solid choices for most use cases

Re: Show HN: ABCWeb – A Go Web Framework

#10
I'm usually the last person to jump to the defense of anything golang related... but people seem to be raising eyebrows about the nodejs dependency. Assuming they're using it for asset compilation etc I really don't see the problem. There's no reason to keep rewriting that stuff in every language.
Post reply on HN