@wincc-oa/backend
v1.0.1
Published
WinCC OA webserver.js customizable package
Readme
@wincc-oa/backend
A build of SIMATIC WinCC Open Architecture webserver.js for customizing.
Can only be used together with a valid SIMATIC WinCC Open Architecture installation --
make sure to install the same version as found in javascript/webserver-js/package.json in that installation.
Note: To get started with a new webserver.js customization project, use
@wincc-oa/create-backendinstead of installing this package directly. It scaffolds a complete project structure with working examples and installs this package as a dependency automatically.npx @wincc-oa/create-backend my-backend
Usage
This package provides the base classes and utilities needed to customize
webserver.js. It is not intended to be used standalone -- use
@wincc-oa/create-backend to
scaffold a project that depends on this package.
Installation
This package is installed automatically when scaffolding a project with
@wincc-oa/create-backend. If you need to install it
manually, always provide the exact version number as found in
javascript/webserver-js/package.json in your WinCC OA installation to
avoid any incompatibilities:
npm install @wincc-oa/[email protected]Licence
MIT
