An open API service indexing awesome lists of open source software.

https://github.com/reiddraper/hperf

Fun with an iperf-like tool in Haskell
https://github.com/reiddraper/hperf

Last synced: about 1 year ago
JSON representation

Fun with an iperf-like tool in Haskell

Awesome Lists containing this project

README

          

```
cabal sandbox init
cabal install --only-dependencies -j

# run the server in one terminal
cabal run -- -s

# run the client in another
cabal run -- -c
```