Node.js

A powerful JavaScript runtime environment that brings the most misunderstood programming language to the server.

Node.js: parsing an XML file

Parsing an XML file with Node.js can be done in a number of ways, but one of the most common is through the use of the xml2js npm module.

Back to top