1.1.3 • Published 2 years ago

xprezzo v1.1.3

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

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