adds code


Node-RED is a switchboard for the Internet of Things, a visual tool that helps you connect your favorite apps, websites, and hardware together to do new and useful things. Most often compared to IFTTT or the late Yahoo Pipes, Node-RED has a much more powerful and flexible interface, and a large open source community creating nodes to interact with a wide variety of apps and services. In this tutorial, we’ll install Node-RED by SNAP and NPM (Node.JS) on ubuntu server. Prerequisites You need to install Node.JS version 16.x.x and NPM installed on your server For Snap installation you need to install Snap on your server Commands Used sudo snap install node-red sudo npm install -g --unsafe-perm node-red node-red Useful Links VPS/VDS - https://www.mivocloud.com/ NODE-RED - https://nodered.org/
Previous Post Next Post