An open API service indexing awesome lists of open source software.

https://github.com/node-opcua/node-opcua-sampleserver

A simple OPC-UA server based on node-opcua
https://github.com/node-opcua/node-opcua-sampleserver

Last synced: 5 months ago
JSON representation

A simple OPC-UA server based on node-opcua

Awesome Lists containing this project

README

          

# node-opcua-sampleserver

A simple OPC-UA server based on [node-opcua](https://github.com/node-opcua/node-opcua).

## Run Locally

Clone the project

```bash
git clone https://github.com/node-opcua/node-opcua-sampleserver
```

Go to the project directory

```bash
cd node-opcua-sampleserver
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```

## More information

![NodeOPCUA By Example - Edition 2024](https://d2sofvawe08yqg.cloudfront.net/node-opcuabyexample-edition2024/s_hero?1700764435)

The book [NodeOPCUA by Example - Edition 2024](https://leanpub.com/node-opcuabyexample-edition2024) provides a comprehensive set of examples that goes beyond the simple example provided here.