# Vantage Server with Express.js

This is an example of a Vantage server that shares a listening port with an instance of express.js
 
### Running the file

```bash
$ git clone git://github.com/dthree/vantage.git vantage
$ cd ./vantage
$ npm install
$ node ./examples/express/express.js
```