percurnicus / opportunity

Local web application to view images from Opportunity Rover
MIT License
0 stars 0 forks source link

Turn website into an async project #4

Closed percurnicus closed 5 years ago

percurnicus commented 5 years ago

Use python's asyncio to do tasks for the website asynchronously.

Also need to test the functions. See pytest-asyncio, also here

percurnicus commented 5 years ago

Use Quart instead of flask!