SVR.JS - a web server running on Node.JS - can now serve Next.js-based web applications and websites with the Next.js integration mod! Next.js is a popular React framework, that provides server-side rendering and static page generation to websites.
Since SVR.JS is written in JavaScript, integrating support for Next.js is possible with a SVR.JS mod. We studied Next.js source code, in order to integrate SVR.JS with Next.js through a mod without using the Next.js custom server API. The limitations of using Next.js custom server API include disabling important performance optimizations, including serverless functions and Automatic Static Optimization.