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