There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Twitter simulation with websockets using AKKA Actor model in F#. Project is divided into two parts part 1 and part 2. Part 1 is twitter simulation with a server actor and multiple client actors bound to normal sockets and part 2 is using websockets. In part 2 clients are simulated with a simple UI that is implemented using HTML, CSS, JavaScript.