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
- Host: GitHub
- URL: https://github.com/node-opcua/node-opcua-sampleserver
- Owner: node-opcua
- License: mit
- Created: 2014-04-11T20:39:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T16:24:26.000Z (about 2 years ago)
- Last Synced: 2024-04-14T09:04:48.663Z (almost 2 years ago)
- Language: JavaScript
- Size: 233 KB
- Stars: 21
- Watchers: 8
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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.