I just got something neat working, PagePark integrated with Forever. So now I can create a sub-folder of the domains folder, and put a Node app in it. PagePark will see it when it boots, and launch the app with Forever, running as a package, with no UI. PagePark tells it what port to run on via process.env.PORT, which is a standard. That's how PagePark, which is foremost an HTTP server, knows how to route requests to the app. #