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