# bravery [](https://travis-ci.org/allevo/bravery)
A fast http async web server.
## License
MIT
This repo is highly inspired to [thruster](https://github.com/trezm/Thruster)
## TODO
- [x] Share state between handler easily
- [x] Allow test handlers
- [ ] Routing using radix tree
- [ ] Add logger per request
- [ ] Write docs