I want to Build a TCP Client-Server Communication for MacOS. Is there any useful resouce?
How to Build a TCP Client Server Communication
I recently wrote an HTTP Listener (i.e. TCP based) app in Swift for MacOS and at first I didn't know how to go about it, so I posted a question here on the Forum.. I ended up using the Network framework (3rd answer in the post), which is based on a WWDC video (as referenced in the post). My code and that video should help get you started.
Regards, Michaela