Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.5 KB

deployment.md

File metadata and controls

27 lines (23 loc) · 1.5 KB

Deployment

🚩 TODO

  • Continuous integration with VSO.
  • Docker and containers.
  • Cross-platform remote debugging.

Process Management (Keeping Applications Running)

Process managers will function to keep your node-based applications running while keeping some complexity outside of your application's code. Features vary and may include restart on failure, clustering, and rolling-upgrades.

Deployment on Windows