#echo
This is a small, high-performance TCP echo server written in Hare to
demonstrate the iobus API.
TODO:
- accept to a registered file (blocked on Linux 5.15)
- chain accept with the initial read (blocked on Linux 5.15)
- chain reads with writes?
- write benchmarking tool
- blog post