Node-red 1.1 released
- 01 Jul, 2020
Node-red 1.1 released with several new features
Node-RED 0.20 brings lots of new enhancements to the editor, some new subflow features and a complete restructure of its internal packaging. https://nodered.org(https://nodered.org)
What's new in Node-RED 0.20Read MoreNode-RED 0.17 is now available to download(https://github.com/node-red/node-red/releases/download/0.17.0/node-red-0.17.0.zip) or npm install(https://npmjs.org/package/node-red). If upgrading, please read the upgrade instructions(http://nodered.org/docs/getting-started/upgrading.html). For the Raspberry Pi, 0.17 will not be made available via the standard Raspberry Pi Jessie repositories. See the Raspberry Pi documentation(https://nodered.org/docs/hardware/raspberrypiupgrading) for how to upgrade if you are still on the pre-installed version.
Node-RED 0.17 releasedRead MoreI am creating a server (Centos 8) to develop a system that will use an application using REACT as a front end to show data from different sensors.I will use NGINX as a webserver and Node-red as a back end.In this first post I describe how to install NGINX. Install nginx package using the yum command on CentOS 8: sudo yum update sudo yum install nginx Update firewall settings and open TCP port 80 and 443. Run: sudo firewall-cmd --permanent --zone=public --add-service=https --add-service=http sudo firewall-cmd --reload Enable nginx service by running systemctl command so that it starts at server boot time: sudo systemctl enable nginx start the service, run: sudo systemctl start nginx
Node-red. & NGINX on Centos 8Read More