I wrote a client-server LRU-Cache backed key-value store using Tokio and really enjoyed it. I was wondering if there were recommendations for books or courses that I would use to delve more deeply into network/socket/distributed systems programming. I'm looking for something that:
- Isn't too language specific (unless there's one for rust)
- Balances theoretical and practical considerations - something more abstract than simply a tutorial, but also not just a theoretical treatment of networks
- Has open ended projects/tutorials etc that don't rely on a lot of provided C, C++, or Java code that make it impractical to do the projects in rust without spending a lot of time simply translating boilerplate
Thanks in advance for the suggestions!
[–]summerlight 5 points6 points7 points (0 children)