Relinquish Process Privileges in Node.js
View on Twitter
💡 Running Node.js as root so you can bind to ports 80/443?
👉🏼 You can relinquish privileges with "process.setuid()" & "process.setguid()" to reduce the damage potential in case of a breach. Do this right after the app starts.