DEV Community

Discussion on: How do you get Node.js apps to production?

Collapse
 
arswaw profile image
Arswaw

I usually use AWS's CI/CD tools. These include CodeCommit and CodePipeline.

Sometimes I just start up a lone EC2 instance for small applications.

Collapse
 
aaronpowell profile image
Aaron Powell

Are you dropping them into containers on EC2 or just hosting with nginx/etc. in front?

Collapse
 
arswaw profile image
Arswaw

I use Apache as a reverse proxy for Node.js