A simple hemera project to test how communication works.
First we need to install and run NAT server.
then run npm install
First run:
node index.js
then you can read the secret value with:
node worker.js READ
also you can change the secret value with:
node worker.js WRITE yourValue
for subscribe to secret value change event you can run:
node subscribe.js