# Vantage Server with Firewall

This is an example of a Vantage server with a built-in firewall for basic access control.
 
### Running the file

```bash
$ git clone git://github.com/dthree/vantage.git vantage
$ cd ./vantage
$ npm install
$ node ./examples/firewall/firewall.js
```

