Ask HN: Writing APIs in Node.js – best framework?

2 points by dxsh ↗ HN
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?

3 comments

[ 3.0 ms ] story [ 30.4 ms ] thread
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.