stimulsoft-data-adapter
v2026.1.4
Published
Nodejs data adapter for Stimulsoft Reports.JS
Readme
Installation and running
Use npm to install requred modules:
npm installRun:
node indexThen, in your code, you should specify the host and port.
index.html
StiOptions.WebServer.url = "http://localhost:9615";In the app.js file, you can change all parameters passed from the JS client-side.
A sample shows how to run an adapter.
