Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 739 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 739 Bytes

node-opcua-sampleserver

A simple OPC-UA server based on node-opcua.

Run Locally

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

More information

NodeOPCUA By Example - Edition 2024

The book NodeOPCUA by Example - Edition 2024 provides a comprehensive set of examples that goes beyond the simple example provided here.