goldbergyoni / nodebestpractices

:white_check_mark: The Node.js best practices list (July 2024)
https://twitter.com/nodepractices/
Creative Commons Attribution Share Alike 4.0 International
99.57k stars 10.12k forks source link

Nextjs as main framework? #1264

Open movaldivia opened 1 year ago

movaldivia commented 1 year ago

Why is it not Nextjs considered in the choose framework section?

abhikumar63 commented 1 year ago

It is not Nextjs. I think you are confusing NestJS to Nextjs.

While the former is a Node.js framework for building efficient, scalable server-side applications, Nextjs is a web development framework providing React-based web applications with server-side rendering and static website generation.

movaldivia commented 1 year ago

You can create an api using node runtime link docs