# Standalone Vantage Server.

This is an example of a standalone Vantage server that uses the default `http` module. Includes basic Vantage instantiation, command syntax, firewall syntax and descriptions of each.

For a chained / compressed version of all commands, jump to the bottom of the file.
 
### Running the file

```bash
$ git clone git://github.com/dthree/vantage.git vantage
$ cd ./vantage
$ npm install
$ node ./examples/server/server.js
```

