0.1.5 • Published 9 years ago
glauncher v0.1.5
glauncher
WIP
Automatically boots your node app on google cloud compute instances using the startup script meta.
This can be configured to pull the latest git changes from a specified branch, run npm install and then execs the app start script.
Useful for Google Cloud load balanced instances that automatically scale.
Getting Started
Install it via npm:
npm install glauncherAnd include in your project:
import glauncher from 'glauncher';License
MIT