nathanp / crypto-price-widget

Easily track the price of your favorite crypto in an attractive desktop widget
https://cryptopricewidget.com
Creative Commons Zero v1.0 Universal
84 stars 26 forks source link

Use Websockets #8

Closed nathanp closed 6 years ago

nathanp commented 7 years ago

Use websockets for refreshing data instead of reloading the entire app every 5 seconds.

nathanp commented 7 years ago

https://www.cryptocompare.com/api/#-api-web-socket- good reference. Definitely doable and will make the app faster and use less resources.

nathanp commented 6 years ago

Using React in v2 so entire app refreshes are no longer necessary.