Fastchat is a Chat application implemented using Python sockets with the aim of achieving minimum latency and maximum throughput. I made this project in a team of three as a part of CS251 SSL course project. This was probably the toughest project I have ever worked on so far as making all the components of project like multiple servers, multiple clients, load balancer, local and public database work together was quite challenging.