I want to make an application "like" Samsung Health that will use massively queries on a Database.
I would like to know if is better create a custom server made in Node.js (using Express.js) rather than use the integrated one in Next. On Next documentation seems to be some differences.
Where I can find other documentation? On Next documentation I didn't find anything that tell me how to proceed.