How we brought persistent terminal sessions to the browser. Which technologies we chose and some challenges we faced along the way.| Terminal sessions you can bookmark: Building Zellij's web client
I recently finished my first rust project - a command line utility called “bandwhich” that displays network utilization information. As a newcomer to rust, this project offered quite some challenges for me. This post is a write up of one of them, going into detail on the parts that I personally found most difficult to understand. I hope it will be the first of many. If you’d like to check out the utility itself and browse its source, you can find it here| Implementing a job queue in Rust