Create your own framework: Node-red. First steps
Node-red is a framework thought for an iot solution. The framework is programmed using a graphical interface. In this post we are going to focus on the first steps a user must know to start a node-red project. If you want to know the basics of Node-red you can go to this post: An introduction to Node-Red Installation sudo npm install -g –unsafe-perm node-red Run node-red Now you can go to http://localhost:1880and start editing flows Create a…