HACKER Q&A
📣 dxsh

Writing APIs in Node.js – best framework?


Hi,

all the APIs I've ever written have been in Python, more specifically Django and FastAPI. I'm looking to resaddle as a nodejs dev, but need to hone my node.js skills.

Looking at the node.js ecosystem, there's tons of packages for every imaginable thing. However, I've not been able to find a more comprehensive framework as such as Django for node.js... Am I just not looking hard enough?


  👤 mr90210 Accepted Answer ✓
You won’t likely find a framework such as Django.

You can’t go wrong with Express.js

If your logic is detached from the API (http), then ultimately the framework you decide to go with will not matter that much.


👤 senttoschool
Nest.js Express.js Fastify.js

👤 arvindkhadri
Have you looked at NestJS?