This a p2p webserver. Peer-to-peer web hosting distributes webpage access through peer-to-peer networking. The client–server approach, on the other hand, entails the distribution of Web data between dedicated web servers and user-end client PCs. This is an implementation of a p2p client-server program that uses multi thread programming .
duncanodhis/-a-Web-server
This is a basic implementation of a client-server program that tests the limits of multithreading programming and distributed systems
C