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

https://github.com/DivadNojnarg/shinyExtendedTask


https://github.com/DivadNojnarg/shinyExtendedTask

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

# shinyExtendedTask

The goal of `{shinyExtendedTask}` is to demonstrate the use of shiny ExtendedTask API:

1. [Normal app](https://github.com/DivadNojnarg/shinyExtendedTask/blob/main/bad/app.R): slow, can't scale with multiple users.

2. [Extended API](https://github.com/DivadNojnarg/shinyExtendedTask/tree/main/good/app.R): send task in the background, can scale with multiple users.