HACKER Q&A
📣 edf13

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


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?


  👤 sphars Accepted Answer ✓
Python: FastAPI - https://fastapi.tiangolo.com

👤 seinecle
Super simple and efficient API framework in Java? Javalin

-> https://javalin.io/

-> example of real world use: https://github.com/seinecle/nocodefunctions-as-api


👤 moystard
Node: NestJs -https://nestjs.com/

👤 waterbase
Java - Spring

Go - Default http client / Buffalo

Python - Flask