opcua-webclient-ts
v1.0.12
Published
Provides OPC UA WebClient wrapper based on opcua-webapi-typescript
Readme
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
Building
To build and compile the typescript sources to javascript use:
npm install
npm run buildPublishing
First build the package then run npm publish
Consuming
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.
