dali-lab / pine-beetle-backend

Visualizing data and predicting outbreaks of Southern Pine Beetles across twenty US states. Built in the DALI Lab.
https://spbpredict.com
0 stars 0 forks source link

Make requests to server async. #56

Closed johnmccambridge7 closed 4 years ago

johnmccambridge7 commented 4 years ago

Title

The current service of the platform is very slow; we need to move toward using async requests to speed up data requests to the server.

Type of Issue