1.1.3 • Published 4 years ago
xprezzo v1.1.3

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 installThen run whichever example you want:
$ node examples/content-negotiationTests
To run the test suite, first install the dependencies, then run npm test:
$ npm install
$ npm testPeople
Xprezzo and related projects are maintained by Cloudgen Wong.