Skip to content

XML Response Middleware Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js.

Notifications You must be signed in to change notification settings

tweeio/twee-xml-response-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twee-xml-response-extension

Twee.io Logo

Gitter npm npm

XML Response Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js. Supports XML response using this package: https://github.com/wankdanker/node-object-to-xml

To install it use this command:

npm install twee-xml-response-extension --save

Editing package.json of your application:

"dependencies": {
    "twee-xml-response-extension": "*"
}

Turning extension ON in application/configs/twee.js:

module.exports = {
    "extensions": {
        "XML Response": {
            "module": "twee-xml-response-extension"
        }
    }
};

About

XML Response Middleware Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published