express-ajax

1.0.2 • Public • Published

express-ajax Build Status

Automatically AJAX requests handling middleware for Express framework

Installation

npm install express-ajax

Usage

To be able return only your view without it's layout, in case if request came through XmlHttpRequest, just include this middleware in your your Express configuration section. No need to do additional changes in your code.

 
app.configure(function() {
  app.use(require('express-ajax'));
});
 

That's it!

Readme

Keywords

none

Package Sidebar

Install

npm i express-ajax

Weekly Downloads

5

Version

1.0.2

License

none

Last publish

Collaborators

  • konteck