Install and configure the Node.js runtime required by the Dashboards.PHP server engine.

Code overview. Load or create the dashboard, resolve the target component or option, apply the requested properties, and render the updated result.
$nodejs = new StiNodeJs();
$result = $nodejs->installNodeJS();
if ($result)
    $result = $nodejs->updatePackages();
echo $result ? 'The installation was successful.' : $nodejs->error;
StiNodeJs downloads and configures a local Node.js runtime and the Stimulsoft packages needed for server-side dashboard rendering.

Используя этот сайт, вы соглашаетесь на использование файлов Cookie для аналитики и персонализированного контента. Файлы Cookie хранят полезную информацию на вашем компьютере, чтобы помочь нам повысить эффективность и удобство использования. Для получения дополнительной информации, пожалуйста, прочтите Конфиденциальность и Использование Cookie.