包详细信息

stimulsoft-data-adapter

stimulsoft23.2kClosed Source2025.2.5

Nodejs data adapter for Stimulsoft Reports.JS

自述文件

Installation and running

Use npm to install requred modules:

npm install

Run:

node index

Then, 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.