Currently i'm starting my project with build-it Node js sever inside Next js , using next start command , but I'm not sure that if it has multithreading enabled .
My question is , Do you recommend using built-in Node backend or starting Next js project with a custom server and enable multithreading using node clusters ,for maximum performance and speed?
Node is single threaded by default so as ‘next start’. I use pm2 cluster mode, and haven’t got any issues about it