You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
School project in which I implement client and server programs using TCP sockets in C. Text is sent from client side and processed by server, which sends back word count information. Server is multithreaded to handle multiple clients at the same time.