UPDATE This post is outdated and applies for jsreport v1. See the latest windows instructions here.
You have two options when hosting jsreport on premise on windows. You can host jsreport in windows service or you can host it in iis using iisnode. We cannot say one way is better than the other one. It's up to you what you prefere. For example it will be more convenient for you to use iisnode if you have already couple of applications running in iis.
To install jsreport in windows service you can use jsreport automated installer.
To install jsreport in iisnode please proceed with following steps:
cmd:
mkdir jsreportcmd:
cd jsreportcmd:
npm install jsreportcmd:
node node_modules/jsreport@1.10.0 --init