hi! check this section of the docs for the exact information that you are looking for. using jsreport-cli is a nice way to have a server running quickly, but you can also integrate jsreport in your existing server, you can either start jsreport in your server entry point (with require('jsreport')().init(); which returns a promise) or integrate the jsreport server into an existing express app