holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.75k stars 517 forks source link

Make it easier for users to use Async by recommending libraries #6445

Open MarcSkovMadsen opened 8 months ago

MarcSkovMadsen commented 8 months ago

Panel really shines when you use async methods. But it can be some leap for users to change their sync code to async code.

I believe it would help to document how to best

Maybe we can simply link to a great guide. Maybe we need to write our own guide. TBD.

ahuang11 commented 8 months ago

A tutorial: https://fastapi.tiangolo.com/async/