Most embedding knowledge about V8 is (unfortunately) found in the
actual embeddings
v8cgi (http://code.google.com/p/v8cgi/)
k7 (hasn't been updated in a while, http://github.com/sebastien/k7)
V8 Juice (http://code.google.com/p/v8-juice/)
Stephen Beal's V8 Juice Wiki
(http://code.google.com/p/v8-juice/w/list) has a wealth of embedding
knowledge, most of which is in
(http://code.google.com/p/v8-juice/wiki/CreatingJSClasses), and
(http://code.google.com/p/v8-juice/wiki/ClassWrap), and
(http://code.google.com/p/v8-juice/wiki/ClassBinder) and
(http://code.google.com/p/v8-juice/wiki/CommentaryOnV8).
-L
> --
> You received this message because you are subscribed to the Google Groups "nodejs" group.
> To post to this group, send email to nod...@googlegroups.com.
> To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.
>
>
This is my experience, so YMMV, but I don't think there's currently a
better way to learn to use v8 than to "RTFS" and asking lots of
questions. Ry's node_postgres (on which my node-mongodb was based) is
a good example of how to write node extensions. Node's core is also a
good source for learning. As far as C++ api's go, V8 can be a little
puzzling at times, but ry's code is really straight forward and
accessible. There are a few howto's and tutorials for v8 here and
there on the intrawebs, but they're by no means great.
--
Orlando Vazquez