开发者

Protecting JavaScript? Or use Something else? [duplicate]

This question already has answers here: 开发者_高级运维 Closed 12 years ago.

Possible Duplicate:

How can I obfuscate JavaScript?

I have been working on a web app in JavaScript. Nearing complete.

How do I protect me JavaScript code from someone copying it? I mean if you view my page source, it references the .js files and one could really steal these.

Should I be using something else? RoR?

Does Google Maps have a RoR API?


Your closest bet would be to use something like

  • A Javascript Obfucator
  • A Javascript Minifier
  • A Javascript Packer

People will still be able to steal and use your code though, it will just be harder to modify.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜