This is very simple nodejs app that renders "Hello World" in a web view.
To create the app, perform the following:
cd example-node
apc app create example-node-app
Next, start the app as follows:
apc app start example-node-app
Navigate to the URL provided from the app staging process to view the output page.