I’m making a simple cross platform chat program. I’m using wXWidgets for the GUI which works well, but I need a way to create a socket and to create a server client setup. Is there an API that for example underlying uses WinSock on Windows, and Linux’s native socket and osx’s?
I’m not looking for boost as a solution because I will be making it open sourced and not everyone feels like installing a 70+ MB library.
The QtNetwork module