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.

Ask HN: Go Web Development

4 pointsby dillonabout 14 years ago
I'd like to learn a low level language besides C++ and I can't find anything worth while for Web Development in C. Anyone ever experiment with Go on Linode or any other hosting service?

2 comments

gexlaabout 14 years ago
Important in web development is using the right tool for the right job. Getting to market (and profitability) is more important than simply geeking out. As applications become bigger / more complex / scalable then they may fracture into different components to handle different areas better. For example, you might use Ruby and the Rails framework to get an application up and running quickly, but as the application gets more usage you might have to replace bottlenecks with different services in different tools. Take a look at the stories of apps such as Twitter, Facebook and Heroku for examples.<p>So, I suppose it depends on what you want to do with web development, but if you have a project in mind that you want to build out quickly, then perhaps you would be better off sticking to Ruby, Python, etc. If you are looking to land a job, then you probably need to stick to where the market is (niche areas are better paying with less competition but there are also fewer available positions.)<p>If you are looking to just screw around, then why not just build whatever it is that you are looking for if you can't find it? That would seem to be a great way to learn.
thereabout 14 years ago
have you looked at <a href="http://code.google.com/p/go-fastweb/" rel="nofollow">http://code.google.com/p/go-fastweb/</a> ?