Original Post
Hi, I want to start learning the basics of network programming. It sounds like for Windows WinSock is the way to go, or one of the higher level libraries. I spent some time researching books and there does not seem to be any up to date or good books on WinSocket--most got negative reviews. However, I have seen some good rated unix socket book reviews such as "Unix Network Programming, Vol. 1: The Sockets Networking API." From what little I've gathered, unix sockets is almost the same as WinSocket, just different implementations of the same API? So my question is: would it be possible to learn from a unix socket book and easily port to WinSockets?