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.jsthen you can read the secret value with:
node worker.js READalso you can change the secret value with:
node worker.js WRITE yourValuefor subscribe to secret value change event you can run:
node subscribe.js