Skip to content

This c program, creates a server and multiple clients to it. Clients type text and server gives response of how many vowels are their in the text.

Notifications You must be signed in to change notification settings

HassanJafery/Tcp-vowels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

while running the code run server before client then you may add multiple clients Here is an example for running it in Ubuntu os. cd 'file' gcc server.c -o ser ./ser

gcc client.c -o cli ./cli

fin.

About

This c program, creates a server and multiple clients to it. Clients type text and server gives response of how many vowels are their in the text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages