Let's learn a bit of asynchronous programming with Trio and Python, by building a simple TCP-based chat program.
Blog post: https://jaytuckey.name/2021/07/24/tri...
This time we make a test client to make development easier
Socket Docs: https://docs.python.org/3/library/soc...