Hi Tim,

as far as I know, node.js offers compliant implementation of CommonJS
modules, so one might reuse my DOM module (
http://code.google.com/p/v8cgi/source/browse/trunk/lib/dom.js) that I wrote
for v8cgi (a project similar to node.js).

It is written in JS only, offers DOM interface, serializar and parser.


Ondrej


2010/2/7 Tim <[email protected]>

> Hi all V8-ers...
>
> Recently I have become aware of a awesome little project named
> "node.js" (http://nodejs.com/) which is powered by the amazing V8
> Javascript VM. An idea has been tossed around recently, which is to
> manipulateDOMstructure withinserver-side code. This would enable
> lots of new possibilities in the area of HTML code generation.
>
> I am just curious on what needs to be done to make this possible?
>
> Node.Js has a add-on architecture (http://nodejs.org/api.html#_addons
> ) that lets users write extensions in C / C++ . If someone could help
> make this possible, it could potentially change the way some do web
> development!
>
> Thanks for reading,
> Tim.
>
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to