The front and rear ends are separated. Do you still need nginx after using express?

express can be used as a static resource server and can also implement a reverse proxy, so is it necessary to build a nginx? In which case is it sufficient to use express? In which case is express + nginx required?

Jul.31,2021

small projects can directly use express, without having to set up nginx. Larger ones depend on the situation. If you want to do micro-services, you can use ng


nginx agent. The project is more pure. You can have an agent configuration https://codeshelper.com/a/11.

.
Menu