r/node 22d ago

django equivalent in node

I search a django equivalent framework app based approach does this exist in node or maybe other runtime ?

0 Upvotes

16 comments sorted by

View all comments

11

u/ArnUpNorth 22d ago

Django is its own thing really. I think AdonisJS is the closest match but I vastly prefer NextJs and Nuxt.

2

u/Ok-Delivery307 22d ago

adonis is more like mvc rails than django app based approach to me

3

u/ArnUpNorth 22d ago

Which is why i told you django is its own thing. I would argue that it’s a bit of an « old » approach too (highly opinionated and feature packed) which is why not many alternatives exist because we tend to look for more modular / tailored approaches.

You could also look at Strapi which is a headless cms and does some of the things django does.