Show HN: ABCWeb – A Go Web Framework
github.com
Show HN: ABCWeb – A Go Web Framework
1–10 of 29 posts
Re: Show HN: ABCWeb – A Go Web Framework
#2This looks really good, I'm going to give it a try, thanks.
Re: Show HN: ABCWeb – A Go Web Framework
#3Why would anyone need a "go web framework"? What is it, gorilla toolkit is not enough anymore?
Re: Show HN: ABCWeb – A Go Web Framework
#4Are there any example webapps built with this?
Re: Show HN: ABCWeb – A Go Web Framework
#5Also 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.
Re: Show HN: ABCWeb – A Go Web Framework
#6> Step 1:
> Install NodeJS
o_O
Re: Show HN: ABCWeb – A Go Web Framework
#7Install nodejs as a first step... Should not be a requirement of a Go web framework.
Re: Show HN: ABCWeb – A Go Web Framework
#8Install nodejs as a first step... Should not be a requirement of a Go web framework.
That is crazy, and i'm out right there.
Re: Show HN: ABCWeb – A Go Web Framework
#9Also 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
#10I'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.