Skip to content
View xprezzo's full-sized avatar
Block or Report

Block or report xprezzo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xprezzo/README.md

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

Popular repositories Loading

  1. xprezzo xprezzo Public

    the most updated MVC web framework for NodeJS

    JavaScript 5

  2. xprezzo-basic-auth xprezzo-basic-auth Public

    Basic auth Authorization header field parser for Xprezzo

    JavaScript 3

  3. xprezzo-buffer xprezzo-buffer Public

    Use the new Node.js Buffer APIs

    JavaScript 3

  4. xprezzo-connect xprezzo-connect Public

    Connect is an extensible HTTP server framework for Xprezzo

    JavaScript 3

  5. xprezzo-cookie-session xprezzo-cookie-session Public

    Simple cookie-based session middleware

    JavaScript 3

  6. xprezzo-debug xprezzo-debug Public

    A tiny JavaScript debugging utility

    JavaScript 3