This repository has been archived on 2024-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog/source/_posts/SVR-JS-now-supports-Next-js.md

903 B

title date tags category thumbnail
SVR.JS now supports Next.js! 2024-07-23 21:38:59
nextjs
News /images/covers/SVR-JS-now-supports-Next-js.png

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.

Download Next.js integration mod on SVR.JS mods page