flippinawesome.org/2014/04/21/code-protection-and-packaging-for-node-js-proje...

By Krzysztof Trzeciak “How can I protect my JavaScript code?” This question has probably been asked millions of times and the answer is always the same. You can use obfuscation, but it will, in reality, not protect your source code. That’s why it is always recommended that you shift critical code to the server side. …


Comments (0)

Sign in to post comments.