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
This repository contains the code I developed in class (with substantial cleaning afterwards) for CS2105, Lecture 3 (Jan 27, 2014).
* TCPServer: a simple server that echoes what it received back to client.
* TCPClient: a simple client that reads from keyboard and pass what it reads to server. It then reads the replies from the server and prints what it reads to screen.
* WebServer: a minimal Web server to illustrate socket programming and selected features of HTTP.