deployment.md

November 16, 2015 ยท View on GitHub

Deployment

:triangular_flag_on_post: 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