Message from JavaScript discussions
May 2017
— Because you can unpack in memory directly, nothing will appear to the user or developer even, unless they go into the debugger and manually run through your source step by step until they are able to expose critical variables or functions
At that point, like any program, it can be put under dynamic analysis, so there is no *perfect* way unless you encapsulate/abstract 100% of your API's as to not expose implementation details
— After you do that, it's the same as running PHP on the server
— Visibility-wise
— Or if you don't care about refreshes, you could port all of it to node, as react can run on the server easily
— I would posit most DOM-manipulating things can be run on the server just fine
— Jsdom? :P
— Hmm, I am realizing the uniques map my be problematic
— On deletions, how would it know to remove unique characters from that set? it would not, off-hand, know that another word also shares those characters, or not
— Nop
— So maybe I should keep a record of which words share which characters in that set
— My implementation never removes any character