Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 579 Bytes

File metadata and controls

15 lines (9 loc) · 579 Bytes

Twitter API Simulation

An implementation of a Twitter Clone and a client simulator. Actor model powered by Akka. HTTP/WebSocket server powered by Suave.io.

Scaffolds

/

Client/

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/

Server is the REST API and WebSocket server that powers the backend.