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: What is the best back end framework in 2022?

10 pointsby deideialmost 3 years ago
Hey HN,<p>I want to build and ship a side project really quick. I&#x27;m wondering what is the best framework to build a backend fast in 2022?<p>Second I also want to know what is the best framework to build a backend in Python?

7 comments

mikecealmost 3 years ago
Depends what the purpose is. Any number of frameworks will work; sounds like you already limited it to Python, so Django or Flask seems logical.
评论 #32538893 未加载
rozenmdalmost 3 years ago
In order of shipping speed:<p>- The one you already know<p>- The one closest to the one you already know<p>- The new hotness everyone is talking about
评论 #32575091 未加载
muzanialmost 3 years ago
What exactly are you doing with your back end? If it&#x27;s database operations, you can try Parse Server. We use it frequently for hackathons.<p>I wrote a tutorial on it: <a href="https:&#x2F;&#x2F;smuzani.medium.com&#x2F;setting-up-a-mobile-backend-server-in-half-an-hour-f1b13e88092c" rel="nofollow">https:&#x2F;&#x2F;smuzani.medium.com&#x2F;setting-up-a-mobile-backend-serve...</a><p>If you want to do stuff like run code on the back end, then you might want another.
likorteraalmost 3 years ago
For me the quickest and most robust way to build anything web related, as a single dev or as a small team is Laravel + Unpoly + tailwind. That&#x27;s a real full stack: from authentication, translations, background jobs, componetized views, ajax updates and form submissions, etc, etc.
toughalmost 3 years ago
NextJS
评论 #32560941 未加载
speedgoosealmost 3 years ago
Hasura plus fastapi perhaps?
DawnQFunk2almost 3 years ago
If your asking this question the answer is Django. There’s nothing else left that’s really being actively developed in the open source space and nobody wants to admit it.
评论 #32539725 未加载
评论 #32539442 未加载
评论 #32539651 未加载