Difference between asynchronous and synchronous

I'm new to node-red and I often come across the term asynchronous and synchronous when I study about it.

In practice, what is the difference between them?

Thank you!

Have a read of this post, it should help - Making flows asynchronous by default : Node-RED

If it is the more general question of synchronous vs asynchronous coding in javascript then this should help Introducing asynchronous JavaScript - Learn web development | MDN

Thank you!

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