There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A bare bones simulation of Facebook built using Akka and the Spray framework. Consists of a client simulator which simulates a very large number of clients and the actions that are performed by them in the form of HTTP requests, a REST API that handles incoming requests and the backend that processes and provides appropriate responses to the incoming queries. This system can handle upto 100,000 simultaneous users making upto 20,000 requests/sec. The secure version of this project consists of end to end encryption of the information being shared between users using a combination of RSA-2048 and AES-128.