#Is running the compiled folder with node considered safe in a production environment?

6 messages · Page 1 of 1 (latest)

lament sapphire
#

For example, I know in Flask (python) you're supposed to use gunicorn as a web server because the built-in server is insecure and vulnerable to attacks. Is this the case for Nest? Thanks.

trail flicker
#

You use node, possibly set the NODE_ENV to production. That's about it

lament sapphire
trail flicker
#

Some express settings, a few logging settings of underlying libraries.

lament sapphire
#

ah ok

#

thx