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 <jrudd.develo...@gmail.com>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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> 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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to