Naked Networking with SwiftUI
Network
Back in the dark ages when I entered the world of computing the way to get two computers to talk to each other was to use black magic, also known as sockets.
The techs at Apple who are I must admit are pretty good at developing frameworks decided to put their mind to bringing sockets up to date. They did so with the Network framework, published in 2018.
I hope in this article to go thru a super simple socket implementation. I also hope to dip into SwiftUI while I do so too. I like a challenge.