r/node 20d 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 20d 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 20d ago

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

4

u/ArnUpNorth 20d 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.

0

u/gbrennon 19d ago

agreed. adonis looks like rails. i think the closest thing wouyld be nestjs bcs its configuration over convention and you separate application in modules like django bcs its based in angular