Chat Software

Chat client with the server built in Python and the client built in C++.

Technologies: Python, C++, Linux, Socket API

This was a project for Introduction to Computer Networks. I decided to design and implement a chat application server in Python and client in C++.

I was really able to dig deeply into socket programming during this project. I leaned heavily on Beej's Guide to Network Programming and was able to get a better grasp on network programming in Python.