javascript - How to incoparate or implement a DOM API to v8? -


I am writing a server application that is able to manipulate the dome before serving the client.
I using Javascript engine as C ++ and Google V8, but I do not see any DOM API in V8.
Is there an open source implementation of manipulation of domains on HTML? If you do not apply it then

D8 is built in chrome and connected to the V8 engine . The V8 source browser does not know anything about the DOM. The fastest way to do this work for you is to try to remove chrome chrome (chromium, in fact) which loads the HTML in the structure, and the parts that add the DOM and the DOM methods to the V8 may not be so bad As you might think, Google produces very clean C ++, as far as I can say by viewing the V8 source code. Maybe it's not as bad as you think.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -