Programming / Language

I'm sure this has been thrown up before, but I didn't see it:

Is it suggested to learn Javascript - or any other programming language - before trying to utilize Node Red? I have some experience with vendor proprietary language, but little else except for some C.

I'd try just using node-red and then maybe learn some nodejs as you go should you need to write function nodes.

Some tutorials I've found useful when starting out:
https://nodered.org/docs/tutorials/
http://www.steves-internet-guide.com/node-red-overview/

Being a "graphical programming environment" its a bit hard to describe using only text.
Another good set of tutorials, especially to help understand the "dashboard" is: http://noderedguide.com/

If you learn by watching videos this is a good place to start:
https://www.youtube.com/watch?v=3AR432bguOY

1 Like

Also the set of bite sized chunks done by Nick https://www.youtube.com/watch?v=veiNb6Y0ERg

1 Like

Agree with the others. However, I'd say that learning some HTML/JavaScript/CSS is never a bad thing if you can. It opens up all sorts of potential for making better use of your computer systems and data.

I'm not just talking about Node-RED here though that does, of course, give you a really good framework for prototyping and creating data manipulations. The ability to knock together a web app or a Node.js service is incredibly useful for many people.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.