VTD-XML looks like something a perfect solution to a problem I've had for a long time, random access to very large XML files (in my case MediaWiki dump files like those for Wiktionary).
The question is, is there a way to use VTD-XML from node.js? I can't find anybody mentioning the two topics together with my Internet searches.
VTD-XML is officially available for Java, C#, C++, and C. But no mention is made on their site about any scripting languages, including JavaScript and node.js.
Is there a solution I haven't found for using these together, or where should I start if I were to roll my own?