https://github.com/ryandsilva/nodejs-in-production
:gear: A step-by-step guide for deploying Node.js applications in production :gear:
https://github.com/ryandsilva/nodejs-in-production
docker https nginx nodejs pm2
Last synced: 8 months ago
JSON representation
:gear: A step-by-step guide for deploying Node.js applications in production :gear:
- Host: GitHub
- URL: https://github.com/ryandsilva/nodejs-in-production
- Owner: RyanDsilva
- License: mit
- Created: 2020-07-05T12:54:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T18:37:15.000Z (over 5 years ago)
- Last Synced: 2025-04-18T05:53:37.235Z (8 months ago)
- Topics: docker, https, nginx, nodejs, pm2
- Language: JavaScript
- Homepage: https://ryandsilva.github.io/nodejs-in-production/
- Size: 13.7 KB
- Stars: 12
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Using Node.js in Production 👨💻
⚙️ A step-by-step guide for deploying Node.js applications in production ⚙️
### Medium Articles 📑
1. [Using Node.js in Production (Part I)](https://medium.com/javascript-in-plain-english/using-node-js-in-production-i-e747e4091934)
This is Part 1 of the series on how to deploy Node.js applications into production environments, to have a robust pipeline from development to deployment where we are going to look at PM2 as a process manager help scale to our application.
2. [Using Node.js in Production (Part II)](https://medium.com/javascript-in-plain-english/using-node-js-in-production-ii-c3906990e61e)
This is Part 2 of the series on how to deploy Node.js applications into production environments, to have a robust pipeline from development to deployment where we’re going to set up NGINX as a reverse proxy and do some basic load balancing.
3. [Using Node.js in Production (Part III)](https://medium.com/javascript-in-plain-english/using-node-js-in-production-part-iii-5a7a3f2fe942)
This is Part 3 of the series on how to deploy Node.js applications into production environments, to have a robust pipeline from development to deployment where we’re going to use compression and setup HTTPS for our server.
© 2020 Ryan Dsilva