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