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 net/http vs. Django. What do I pick?

1 pointsby tinderlikerover 6 years ago
Hi HN,<p>I am fairly versatile with both Django and Go, and built web applications using both for other people, but I am permanently crippled in the decision to pick one for my own project.<p>Django is so easy to build something and deploy, but I am not happy with its performance on a single box, and also all the crap it comes along with.<p>I love writing Go code and its performance, but I don&#x27;t like the amount of time it takes to develop something in Go which can be done in a minute in Django (especially the DB related stuff. It is so easy with Django, but historically been crippled with performance problems)<p>I frequently see myself rewriting APIs from Django to Go and never shipping something by this handicap.<p>I believe this is because of not able to decide on tradeoffs. Can someone who has used both help me decide which one to pick?<p>TIA

2 comments

ankurdhamaover 6 years ago
Try <a href="https:&#x2F;&#x2F;gobuffalo.io&#x2F;en" rel="nofollow">https:&#x2F;&#x2F;gobuffalo.io&#x2F;en</a>. This is a web app development framework for Go. May be it will give you best of both worlds.
tinderlikerover 6 years ago
The reason I pick Django for others is because I don&#x27;t pay for the server costs. If servers are free, I would use Django myself..
评论 #17918866 未加载