This is a simple chat app built in c.
Compile and run the server file and client file using -lws2_32 tag for windows.
You can test the programs by running each on a seperate terminal.
gcc -o server.exe server.c -lws2_32 (same for client.c)
If you wish to run the client or the server program on another computer give the required hostname and port.
.\server.exe 127.0.0.1, 6969