darpi 0.1.2-beta

A web framework with type safety and speed in mind
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### darpi

A web api framework with speed and safety in mind.
One of the big goals is to catch all errors at `compile time`, if possible.
The framework uses [hyper](https://github.com/hyperium/hyper) and ideally, the performance should be as if you were using `hyper` yourself.
The framework also uses [shaku](https://github.com/Mcat12/shaku) for `compile time` verifiable dependency injection.

### The framework is in early development and will only be updated on github, until it's stable.
All feedback is appreciated.

### Resources

[the darpi book](https://darpi-book.herokuapp.com/)

[example app](https://github.com/petar-dambovaliev/example-heroku-darpi)