Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 152 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 152 Bytes

This is an Akka actor-based stock quote fetching system example.

To run it, simply run:

sbt run

You can run the tests with:

sbt test

Ryan LeCompte