An open API service indexing awesome lists of open source software.

https://github.com/dataheld/shinycoro

helpers for running httr2 requests from shiny asynchronously
https://github.com/dataheld/shinycoro

Last synced: 3 days ago
JSON representation

helpers for running httr2 requests from shiny asynchronously

Awesome Lists containing this project

README

        

# shinycoro

Persistent coroutines for shiny.

## Related Packages

- [Veerle van Leemput's async shiny examples](https://github.com/hypebright/async_shiny)
- [coro](https://coro.r-lib.org) coroutines for R
- [promises](https://rstudio.github.io/promises/) promises for R
- [future](https://future.futureverse.org) parallel and distributed processing for R
- [shiny.worker](https://appsilon.github.io/shiny.worker/) alternative promise implementation (?)