I'm working on a design for a library-access scheme that places the library and glue code in a separate process, and passes JSON via domain-sockets. This should be a LOT easier to work with than the V8 api. If anyone's interested in details, feel free to get in touch.
On Mon, Feb 17, 2014 at 7:21 PM, Patrick Mueller <[email protected]> wrote: > > Anything that let you access C++ code is going to have to give you some > kind of a pointer access scheme, unless your C++ APIs only ever take and > return strings, ints, etc. Which will then let you write code that crashes > node. > > If you think node-ffi is a little too low-level, then maybe you could > write something a little higher-level over the top; easier for people to > use, less chance they'll write crashing code? > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
