Hi @gNeandr
it depends on what it is your delivering.
- Are you delivering a Product or flows that users can use/alter?
- Do you want to protect the 'inner workings'
In work, I tend to 'package' my projects into single file executables with the help of pkg
Discussed here:
it packages up the Node JS runtime and Node RED into a single file - that can then be launched.
Node JS / Node RED will not need to be installed on the users computer.
There is also the electron approach - that achieves the same thing - bonus is, its by our very own @dceejay