My recommendation as far as the VM is simply to package up a VMWare appliance or something similar and have the clients run it on their network. You don't need to give them passwords if you have configured it correctly.
On Thu, Feb 23, 2012 at 11:58 AM, Tim Caswell <[email protected]> wrote: > Yes, functions written in C++ can be called from javascript (this is how > all the node primitives are implemented). C++ can call back to js, it's > just not as straightforward. > > > On Thu, Feb 23, 2012 at 10:54 AM, Jeremy Rudd > <[email protected]>wrote: > >> Don't know much about C++ addons. Can they access NodeJS objects as >> usual? All classes and functions? >> >> Anyways, about the VM thing, is it possible to capture the snapshot the >> V8 engine generates, and then use that to run the app? >> >> Regardless, if you're saying that the Node/V8 engines keep the source >> code in memory, that means less security. So I'll have to resort to source >> code obfuscation / uglification. >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- chrisrhoden -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
