Why would anyone need a "go web framework"? What is it, gorilla toolkit is not enough anymore?
Show HN: ABCWeb – A Go Web Framework
11–20 of 29 posts
Re: Show HN: ABCWeb – A Go Web Framework
#12Install nodejs as a first step... Should not be a requirement of a Go web framework.
Re: Show HN: ABCWeb – A Go Web Framework
#13How else is the framework going to handle/bundle these two parts together? There is so much code already out there that works for developing rich frontends that it seems silly for a "framework" that is trying to handle everything for you wouldn't handle that.
Re: Show HN: ABCWeb – A Go Web Framework
#14I'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.
Re: Show HN: ABCWeb – A Go Web Framework
#15I'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.
You don't see a problem with installing nodes for assets compilation? What is the tech world coming to...
Re: Show HN: ABCWeb – A Go Web Framework
#16Install nodejs as a first step... Should not be a requirement of a Go web framework.
We realize that some people may not enjoy having a NodeJS dependency so we've made this entirely optional (abcweb new --no-gulp), however we highly recommend using it due to the conveniences it provides.
Re: Show HN: ABCWeb – A Go Web Framework
#17Also 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.
Building a web framework is one of those things everyone seems to try. Along with writing a CMS and/or message board.
I have no issue with the NIH mentality here just so long as the developers are realistic enough to accept that their pet project might not amount to anything significant in the wider community.
Re: Show HN: ABCWeb – A Go Web Framework
#18Are there any example webapps built with this?
Re: Show HN: ABCWeb – A Go Web Framework
#19I'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.
You don't see a problem with installing nodes for assets compilation? What is the tech world coming to...
And if you already have a better solution, or your solution requires an even more complicated set of tooling, just add `--no-gulp` and it won't bother you.
Re: Show HN: ABCWeb – A Go Web Framework
#20Why would anyone need a "go web framework"? What is it, gorilla toolkit is not enough anymore?