An implementation of a Twitter Clone and a client simulator. Actor model powered by Akka. HTTP/WebSocket server powered by Suave.io.
Client is a simulator for active client-side users. Users are spawned, make requests, and process messages recieved via websocket concurrently with use of Akka's actor system.
Server is the REST API and WebSocket server that powers the backend.