So I was reading Nim in Action, and I decided to modify elements of Picheta's Nim project on making a chat application. I wanted to not use threads and only use aync to do most things.
Current things on my to-do list include:
I'm still learning so I would appreciate a lot of feedback on my work, there's still some things I want to do on it. And it's not finished. I will work on this in the morning, but for now it's workable. I would also like some pointers on things I could learn or do techniques I should invest more time in etc. All feedback is welcome.