Domino is an implementation of the document object model that you can use to build "webpages" without requiring a browser or a heavy browser-like abstraction.
If you need even less DOM-compatibility and just want to parse some HTML, cheerio is an even more lightweight abstraction that works great.