README
1. Introduction
This template is made for hosting NodeJS applications
without a web part (see the node
plugin template if you need a web app).
Warning
To use this template, you need the metwork-mfext-layer-nodejs
mfext
extra layer.
Please refer to the Installation guide if you don't know how to do that.
2. How to play with it?
By default, the plugin will launch nothing.
You can install NodeJS things with npm
or with package.json
(and make
command). As there is no automatically configured web part, you have to launch your app by yourself of you can also set up an extra daemon with config.ini
file (to have a monitored automatic launch).