/Client-Server-C-Socket-Project

Creating Variations of a client and a server architecture using C Sockets.

Primary LanguageC

Name: Daniel Bates

This first iteration provides a client and a server architecture, where the server provides the client information about their input.

The server returns... 
	1.) The string, but in all lowercase
	2.) The number of words
	3.) The number of characters
	4.) The number of vowels

Connects over TCP sockets using port 22000, default server IP is "129.120.151.94"