Open jabrena opened 9 years ago
I am sorry that README was not enough.
This project is nats client for the Node-RED It supports the nats-pub and nats-sub
$ nats-server -a 192.168.1.100 -p 4222 --user nats --pass nats
$ git clone https://github.com/node-red/node-red
$ cd node-red
$ npm install
$ npm install node-red-contrib-nats --save
$ node red.js -v
publish test message
$ nats-pub -s nats://nats:nats@localhost:4222/ 'dea.advertise' 'dea message sample'
Published [dea.advertise] : 'dea message sample'
result
@jabrena Does that answer your question?
Yes, last week, I was researching a bit about node-red. It seems interesting. Are you using it?
Node-RED is very interesting I'm running on the Cloud Foundry and Raspberry Pi.
Cloud foundry is able to run on RPI2?
Oh. . . I'm sorry it is a another system my cloud foundry running on bosh-lite(ubuntu14.04)
Hi,
I was checking the project, but I don't understand the utility. What features offers nats.js in a CF environment?
Many thanks in advance.
Juan Antonio