flightdeck 0.0.0 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # flightdeck
2
+
3
+ lightweight process manager and updater for Node.js applications.
4
+
5
+ ## flightdeck's cycle
6
+ - install an application
7
+ - spawn a process running the application
8
+ - await a web hook that says "a new version is ready!"
9
+ - download the new version
10
+ - tell the application process that an update is ready
11
+ - await the running process saying "ready to update"
12
+ - kill the running process and restart it
13
+ - install the new version
14
+ - spawn a process running the new version