TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What’s the Current Preferred API Frameworks for Java, Go, Python& Node?

9 点作者 edf13将近 3 年前
As the title says really… have spent a lot of time building APIs on Nodejs using Express as a base but what is the current best practice frameworks for core langs such as Java, Go & Python?

4 条评论

sphars将近 3 年前
Python: FastAPI - <a href="https:&#x2F;&#x2F;fastapi.tiangolo.com" rel="nofollow">https:&#x2F;&#x2F;fastapi.tiangolo.com</a>
seinecle将近 3 年前
Super simple and efficient API framework in Java? Javalin<p>-&gt; <a href="https:&#x2F;&#x2F;javalin.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;javalin.io&#x2F;</a><p>-&gt; example of real world use: <a href="https:&#x2F;&#x2F;github.com&#x2F;seinecle&#x2F;nocodefunctions-as-api" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;seinecle&#x2F;nocodefunctions-as-api</a>
moystard将近 3 年前
Node: NestJs -<a href="https:&#x2F;&#x2F;nestjs.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nestjs.com&#x2F;</a>
waterbase将近 3 年前
Java - Spring<p>Go - Default http client &#x2F; Buffalo<p>Python - Flask