opcua-webapi-ts
v1.0.22
Published
Provides OPC UA WebAPI wrapper and client based on opcua-webapi-typescript
Downloads
348
Readme
opcua-webapi-ts
This TypeScript/JavaScript client is based on opcua-webapi-typescript(the offical release from OPC foundation), opcua-webapi-ts is an wrapper to easier use OPC UA WebApi, including basical type and web client.
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-webapi-ts
!Note: Currently, the source code of this module is on AtomGit platform, and it will be available on GitHub soon.
