Protecting client side logic & data

后端 未结 3 642
北海茫月
北海茫月 2021-01-17 04:27

I am coding a data intense web app. So that means I cant be possibly doing any computations on sever- computation after every event involves huge data too large to be sent

3条回答
  •  伪装坚强ぢ
    2021-01-17 04:41

    Rather than using javascript for the client side logic, perhaps you could use an applet which was compiled from obfuscated java source code.

提交回复
热议问题