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
- Host: GitHub
- URL: https://github.com/dataheld/shinycoro
- Owner: dataheld
- License: other
- Created: 2024-03-25T10:32:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T14:10:51.000Z (11 months ago)
- Last Synced: 2024-12-04T05:40:00.436Z (3 months ago)
- Language: R
- Size: 94.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - dataheld/shinycoro - helpers for running httr2 requests from shiny asynchronously (R)
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 (?)