Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 322 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 322 Bytes

This project was for an operating systems class. Another person and myself were tasked with creating both a chat server application and a chat client application. The code you see here is the server portion of the project. My groupmate wrote the client portion.

The server makes use of both sockets and multi-threading.