node-domino

server-side DOM implementation based on Mozilla's dom.js
  https://github.com/fgnass/domino
  0
  no reviews



Domino provides a fast but insecure DOM in Node.js.

The Document Object Model (DOM) is a cross-platform and language-independent application programming interface that treats an HTML, XHTML, or XML document as a tree structure wherein each node is an object representing a part of the document.

Node.js is an event-based server-side JavaScript engine.