DEV Community

Discussion on: Nextjs + Openlayers integration

Collapse
 
saurabh_saha_bf5fd7abb989 profile image
Saurabh Saha

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

Collapse
 
mrepoch profile image
MrEpoch

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