hello guys i think the problem in WRT development is there is open source, what about if we eant to secure our source code? maybe we can obfuscate our Java Script source? anyone can help?
thanks,
hello guys i think the problem in WRT development is there is open source, what about if we eant to secure our source code? maybe we can obfuscate our Java Script source? anyone can help?
thanks,
Hi peria_ardianto,
protecting JavaScript code is actually an impossible task. You can of course obfuscate your code, but this will not prevent malicious users to try to read and understand it. Anyway, I would not worry too much about this: most of times, a great widget is made of useful/unique contents more than great coding
Pit