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?
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?
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.
.express set app.use (express.static (path.join (_ _ dirname, public ), nginx) do you still need to configure static resources? ...