Monday 23 September 2019

What is considered best practices for running Next.js + Express (or whatever back-end) on the same server?

I've heard that its a good idea to have a clear separation between back-end logic and front end logic, and that extra care should be taken with running Next on the same server as your back-end as not to risk allowing to much back-end/DB exposure via your front-end app.What is the ideal solution for this? Containers...?

Submitted September 23, 2019 at 09:12PM by Zarathustra420

No comments:

Post a Comment