Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 539 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 539 Bytes

![a picture of nature](Screen Shot 2017-03-02 at 01.09.23.png)

fcc-stocks

https://lee182-stocks.herokuapp.com/

this webapp uses google-finance to keep track of stock value history for up to 1 year ago.

the code uses uws websockets, and sends bson data over the wire, given a better format for numerical data. events suchas 'add', 'set', 'remove' stock, cause the client to update appropiatly. the client uses highcharts and vuejs

how it works is that everyone sees the same live screen, when stocks are added from different browsers.