Multithreaded Chat Server in C and Java!

In this series, we're going to build a multithreaded chat server in C and Java (as the title suggests!). Our backend (the actual server component) will be written in C, with the front-end being done in Java. More details to come...