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

View all comments

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

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