opcua-webclient-ts
This TypeScript/JavaScript client is based on opcua-webapi-typescript(the offical release from OPC foundation), opcua-webclient-ts is to provide an easy to use library to call OPC UA WebService.
This module can be used in the following environments:
Environment
* Node.js
* Webpack
* Browserify
Language level
* ES6
Module system
* CommonJS
* ES6 module system
$3
To build and compile the typescript sources to javascript use:
``
npm install
npm run build
`
$3
First build the package then run npm publish`
$3
npm install opcua-webclient-ts
!Note: Currently, the source code of this module is on AtomGit platform, and it will be available on GitHub soon.