In addition to the traditional method of deploying Node.js applications, using systemd, the new best practice is to use Kubernetes or similar systems.
This section comprises the following chapters:
- Chapter 10, Deploying Node.js Applications to Linux Servers
- Chapter 11, Deploying Node.js Microservices with Docker
- Chapter 12, Deploying a Docker Swarm to AWS EC2 with Terraform
- Chapter 13, Unit Testing and Functional Testing
- Chapter 14, Security in Node.js Applications