Notes on ExpressJS

Express is a robust and flexible web application framework for the node-js platform. It provides a number of utility and middleware methods for building single, multi-page, and hybrid web applications easily and efficiently.

ExpressJS XML body parser middleware

A connect middleware for parsing incoming XML data. It converts the received XML data structure into a JSON-object. The XML bodyparser middleware works in any connect- or express-based nodejs application.