DEV Community

Discussion on: NestJS - Adding a frontend to the monorepo

Collapse
 
douglance profile image
Doug Lance

How do you serve this frontend with Nest.js?

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

Why do you want to serve it with nestjs?

Each frontend and backend should be its own process or server.
Serving them from the same process or server would defeat the purpose of splitting them up.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

I see that there is Redis.

Might you put a Nginx tutorial?

Thread Thread
 
lampewebdev profile image
Michael "lampe" Lazarski

Nginx is something to setup for production.

So if I will use Nginx this will come later :)

Collapse
 
wallopthecat profile image
wallopthecat

What about SSR?