DEV Community

Discussion on: Is django underrated and node.js(express.js) overrated ?

Collapse
 
aghost7 profile image
Jonathan Boudreau

It is the most popular in terms of blog posts, but personally I think most people professionally have moved on to other frameworks like Koa or NestJs. For the authentication, were you using passport?

Thread Thread
 
soumyaranjannaik profile image
Soumya Ranjan Naik

Yeah, I was using passport.js but still it was kind of difficult to setup only because of bad documentation, lack of examples and inconsistency in documenting different approaches.
I did try nest.js and it is actually well structured and more modular than the approaches used while using express.js.

I really hope nest.js grows in popularity (or something like django.js comes into existance 😋).