Java Chat Server/Client

After some days of coding, I could write my simple Java chat server and client! It’s still amazing when you write a simple but strong network program. The way you feel the communication and see the bits on wire makes me always stand in awe. Anyway, you can find the program in here. Basically you should run the server program first, I’d suggest you go for the graphical version. It’s a multi thread program, allowing you to...

More