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

https://github.com/halfzebra/distant-echo

🐬 HTTP echo server with delays
https://github.com/halfzebra/distant-echo

Last synced: 10 months ago
JSON representation

🐬 HTTP echo server with delays

Awesome Lists containing this project

README

          

# distant-echo

Echo HTTP server with a delay using [hyper](https://hyper.rs/)

## Running locally

```sh
RUST_LOG=info cargo watch -x run
```