14 lines
903 B
Markdown
14 lines
903 B
Markdown
---
|
|
title: SVR.JS now supports Next.js!
|
|
date: 2024-07-23 21:38:59
|
|
tags:
|
|
- nextjs
|
|
category: News
|
|
thumbnail: /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*](https://svrjs.org/mods)
|