Cloud
Cloud-Dienstleistung für schnelle und effektive Analyse und Visualisierung von Daten für Ihr Business ohne eigene Applikationen zu erstellen oder zu programmieren.
$nodejs = new StiNodeJs();
$result = $nodejs->installNodeJS();
if ($result)
$result = $nodejs->updatePackages();
echo $result ? 'The installation was successful.' : $nodejs->error;new StiNodeJs() — the helper that manages the local Node.js runtime used for server-side rendering.installNodeJS() — downloads and configures a local Node.js runtime.updatePackages() — installs or updates the Stimulsoft npm packages the engine needs.StiNodeJs downloads and configures a local Node.js runtime and the Stimulsoft packages needed for server-side rendering, so you can prepare the environment from PHP without manual setup.