Hacker News new | ask | show | jobs
Ask HN: How do you protect your application models, logic in a JavaScript application?
2 points by zakshay 3125 days ago
Hi,

I'm exploring ways to protect application models, logic in a JS application (EmberJS specifically). For us, its good enough if its just hard. Currently ember-inspector makes this too easy.

Does anyone have any experience with this, or with tools like JScrambler?