omaraflak / Asynchronous-Socket-Class-C-Windows

SocketClient allows easy communication between sockets and implements a callback pattern for receiving messages!
31 stars 9 forks source link

Your website is down #5

Open edbird opened 3 years ago

edbird commented 3 years ago

See title

omaraflak commented 3 years ago

Indeed, I have shut down the website. It won't be available anymore unfortunately.

You can access whatever is left using web.archive.org though: https://web.archive.org/web/20200811124244/http://causeyourestuck.io/

edbird commented 3 years ago

I only ask because I'm interested in porting your software to work on Linux. If I get anywhere with it I can send you a PR. At the moment I'm struggling to find the definition of things like SOCKET on Windows. I'm not really a windows user myself you see.

Do you by any chance know what reference you used to build on the winsock32 stuff?

omaraflak commented 3 years ago

Yeah sockets on windows are kind of messy. I did make another repo for sockets on UNIX systems though: https://github.com/omaraflak/async-socket

However, this is more for educational purposes rather than actual production code... If you need a nice library take a look at socket.io, I believe they have a C++ client, don't know for the server though.