-
Notifications
You must be signed in to change notification settings - Fork 0
A Play prototype to show a stock portfolio's value in realtime using Akka and websockets
License
rogerchang/stockportfolio-play
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To start it up, go to the project root and run: ./activator run Once the play app starts up, go to http://localhost:9000/stockportfolio The app is hardcoded to send YHOO:1 when you go to that page. You can update the portfolio via the websocket by opening the browser console and sending something like this: ws.send(JSON.stringify({"portfolioElements":{"YHOO":"1", "GRPN":"5"}})) This will update your portfolio to 1 Yahoo share and 5 Groupon shares
About
A Play prototype to show a stock portfolio's value in realtime using Akka and websockets
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published