Assign a Random Port to Node.js Server
View on Twitter
💡 How do you conveniently assign an available port to an app?
👉🏼 Use PORT=0! The kernel will pick a random unused port number and bind it to your app. This is useful when you're deploying multiple apps on a single server.