syncopika / winsock-server-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

server and client using WinSock

The server program allows multiple clients to chat with each other by using select(). Any message a client sends to the server gets broadcasted to all connected clients.

The client program has a GUI!
client gui screenshot
client gui screenshot


very first version (no GUI :( )
screenshot of the server and 2 clients

About


Languages

Language:C++ 97.1%Language:Makefile 2.2%Language:C 0.7%