Show HN: A TCP Proxy in 30 lines of Rust(zmedley.com)
zmedley.com
Show HN: A TCP Proxy in 30 lines of Rust
https://zmedley.com/tcp-proxy.html
3 comments
Generally agree - the goal here was mostly to illustrate how simple a TCP proxy actually could be.
I shiver to think of how many lines of code actually get run with the tokio macro and green threads.
I shiver to think of how many lines of code actually get run with the tokio macro and green threads.
Yeah I've got a python program that implements all of excel in around 30 lines of code. It's super effective!
Do X in n lines with y lines of library.