Ask Your Question
1

Can NextJS be constructed as a static website and deployed on a monolithic back-end using node Express or NestJS?

asked 2023-06-01 07:32:48 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-06-01 07:48:02 +0000

lalupa gravatar image

Yes, NextJS can be used to build a static website and deployed on a monolithic back-end using node Express or NestJS. When NextJS is configured to generate static files, it creates all the necessary HTML, CSS and JavaScript files which can then be deployed on any static file server or backend server that is capable of serving static files. These files can be hosted on the back-end server using Express or NestJS. Additionally, NextJS also supports server-side rendering (SSR) which allows for dynamic content creation while leveraging monolithic back-end architectures.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-01 07:32:48 +0000

Seen: 9 times

Last updated: Jun 01 '23