A simple OPC-UA server based on node-opcua.
Clone the project
git clone https://github.com/node-opcua/node-opcua-sampleserver
Go to the project directory
cd node-opcua-sampleserver
Install dependencies
npm install
Start the server
npm run start
The book NodeOPCUA by Example - Edition 2024 provides a comprehensive set of examples that goes beyond the simple example provided here.