Hey do you prefer nest js to node js . I recently built a platform backend server on node js and typescript. Let’s say u have to add middleware’s for auth on all apis , async event publishers with functions and database using sequalise : does nest js provide a better solution to these with annotations ? Thanks man
Well, nest.js is basically node.js, it is framework built already upon node.js, most popular solution usually being express.js, but nest.js is still one of most used, when implementing auth check most popular auth library solution available or roll up your own with lucia-auth
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hey do you prefer nest js to node js . I recently built a platform backend server on node js and typescript. Let’s say u have to add middleware’s for auth on all apis , async event publishers with functions and database using sequalise : does nest js provide a better solution to these with annotations ? Thanks man
Well, nest.js is basically node.js, it is framework built already upon node.js, most popular solution usually being express.js, but nest.js is still one of most used, when implementing auth check most popular auth library solution available or roll up your own with lucia-auth