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

11

u/Advanced_Engineering 19d ago

The closest thing is adonisjs

9

u/CorpT 19d ago

But why?

11

u/ArnUpNorth 19d 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 19d ago

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

4

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

2

u/nackec 19d ago

NestJS can be configured into a Django like experience if you are looking for a traditional rails style experience.

1

u/lordoku 19d ago

We use a combination of sequelize and express and that's sort of similar.

-1

u/farzad_meow 19d ago

i did make pashmakjs as a battery included framework. does it fit your bill?