TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ABCWeb – A Go Web Framework

50 pointsby jeremyliewalmost 8 years ago

7 comments

adamkittelsonalmost 8 years ago
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.
评论 #14673186 未加载
0xCMPalmost 8 years ago
NodeJS is not a horrible dependency and it&#x27;s not required when creating a new project. It&#x27;s not like everyone doesn&#x27;t already have Node or NVM installed for some other project.<p>How else is the framework going to handle&#x2F;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 &quot;framework&quot; that is trying to handle everything for you wouldn&#x27;t handle that.
alphabettsyalmost 8 years ago
Install nodejs as a first step... Should not be a requirement of a Go web framework.
评论 #14674818 未加载
评论 #14673216 未加载
评论 #14673121 未加载
评论 #14673178 未加载
phishalmost 8 years ago
Are there any example webapps built with this?
评论 #14674416 未加载
评论 #14673257 未加载
sAbakumoffalmost 8 years ago
Why would anyone need a &quot;go web framework&quot;? What is it, gorilla toolkit is not enough anymore?
评论 #14674702 未加载
评论 #14673176 未加载
评论 #14673328 未加载
评论 #14673503 未加载
maerF0x0almost 8 years ago
Also checkout go buffalo <a href="http:&#x2F;&#x2F;gobuffalo.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;gobuffalo.io&#x2F;</a> the claims are nearly the same &quot;Rails for go&quot; .<p>Too bad they didnt collaborate to make a single project better.
评论 #14673240 未加载
评论 #14673139 未加载
评论 #14675081 未加载
sethammonsalmost 8 years ago
&gt; Step 1:<p>&gt; Install NodeJS<p>o_O