Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 358 Bytes

File metadata and controls

3 lines (2 loc) · 358 Bytes

Socket-Programming

In this project, a client, that is using sockets, is communicating with a server. Both of the client and server code is attached. The attached files named "bonus" is for making the original server (concurrent), that is a server that waits on the welcoming socket and then creates a new thread or process to handle the incoming request.