lil-skelly / cflut

2 stars 0 forks source link

Reimplementation with UNIX Sockets #1

Open crckrberries opened 4 months ago

crckrberries commented 4 months ago

cflut uses winsock, which doesn't work on anything other than windows. this issue is to track the development of a reimplementation of cflut using unix sockets which i'm attempting to do with zero prior experience in sockets, c, or programming for that matter

lil-skelly commented 4 months ago

Much appreciated, since I was using windows at the time I used winsock but now I'm finally free! This issue is extremely helpful as I myself also uses a UNIX system, as well as many more people who might want to play around with the tool. Thanks in advance and I'll be here to help

lil-skelly commented 4 months ago

Good thing I sorted most of the socket stuff inside the client folder, we will have an easier time remaking the networking