is there any way to convert a node script into a kind of executable or package for linux? For example for sharing a script I don't want to give the source code, just an executable
Any help is welcome
Regards
is there any way to convert a node script into a kind of executable or package for linux? For example for sharing a script I don't want to give the source code, just an executable
Any help is welcome
Regards
The only thing you'll be able to do along the lines of protecting code is to obfuscate the code, which makes it harder to read.
However anyone with enough patience and time will still be able to reverse engineer the code.