xprezzo

1.1.3 • Public • Published

Xprezzo

Xprezzo

The most updated MVC web framework for NodeJS

Examples

const xprezzo = require('xprezzo')
const app = xprezzo()

app.get('/', function (req, res) {
  res.send('Hello World')
})

app.listen(3000)

Features

  • Robust routing
  • Focus on high performance
  • Super-high test coverage
  • HTTP helpers (redirection, caching, etc)
  • View system supporting 14+ template engines
  • Content negotiation
  • Executable for generating applications quickly

Examples

To view the examples, clone the Express repo and install the dependencies:

$ git clone git://github.com/xpreszzo/xpreszzo.git
$ cd xpreszzo
$ npm install

Then run whichever example you want:

$ node examples/content-negotiation

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

People

Xprezzo and related projects are maintained by Cloudgen Wong.

License

MIT

Package Sidebar

Install

npm i xprezzo

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

92.7 kB

Total Files

16

Last publish

Collaborators

  • xprezzo