Created
October 12, 2017 20:22
-
-
Save jefflembeck/44bb2424015179de2bc3dbdc29507237 to your computer and use it in GitHub Desktop.
Upgrading knork 6 -> 8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* rid of lib/server.js | |
* create/format lib/settings.js | |
* add a bin-manage.js | |
* need to change config..tmpl to use that | |
* add body parsing middleware (knork's) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
configuration.tmpl
run scriptprocess.on
listeners frombin/run-server
tobin/manage
(or, if you are feeling daring, create aprocessServer
middleware that sets these up when the server starts!)