# zrvr
Lean zmq-drived HTTP server

## Dependencies
* [ZeroMQ](http://www.zeromq.org)

## Contribute
Environment setup instructions for developing and testing

### Dependencies
* [GIT](http://git-scm.com)
* [Vagrant](http://vagrantup.com)
* [VirtualBox](http://virtualbox.org)

### Installation

```sh
git clone https://github.com/edinella/zrvr.git && cd zrvr

vagrant up
vagrant ssh
```

### Testing

```js
npm test
```
