/play-scala-websocket-stock-quotes

This project builds on the Play Scala Websocket example to get real stock quotes using the Yahoo Finance API

Primary LanguageScalaCreative Commons Zero v1.0 UniversalCC0-1.0

play-scala-websocket-stock-quotes

This project builds on the Play Scala Websocket example to get real stock quotes using the Yahoo Finance API

To start the application simply execute

sbt run

Then open your browser window to http://localhost:9000/.

The application will get new stock quotes every 5 seconds.