Next.js Discord

Discord Forum

Can Next.js handle complex back-end?

Unanswered
Youssef posted this in #help-forum
Open in Discord
If I'll make a full-stack project, is it advisable to use another back-end framework (e.g. nestJS) to assist Next.js and make the back-end part more scalable and organized, or Next.js is enough for handling complex back-end
Any advice?

2 Replies

European sprat
It's pretty capable but there's no concept of a long running server
so you can't have things like cron jobs or whatever else that needs to run all the time