Node-red is a nodejs application which uses a single thread. What makes nodejs fast is the use of asynchronous functions. Most programs will sit and wait for something to complete before continuing with the next task. However nodejs applications start a task and then continue on with the next task. They return to the previous task when they are notified that it is complete. Click to rate this post! [Total: 0 Average: 0]
Continue reading