https://github.com/andyquinterom/Shiny-Async-Poll
Quick exercise for utilizing Async functions and fireBase to build scalable R Shiny Apps.
https://github.com/andyquinterom/Shiny-Async-Poll
Last synced: 2 months ago
JSON representation
Quick exercise for utilizing Async functions and fireBase to build scalable R Shiny Apps.
- Host: GitHub
- URL: https://github.com/andyquinterom/Shiny-Async-Poll
- Owner: andyquinterom
- Created: 2020-12-25T20:15:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T20:34:53.000Z (over 4 years ago)
- Last Synced: 2025-03-29T05:51:15.643Z (2 months ago)
- Language: R
- Size: 1.95 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - andyquinterom/Shiny-Async-Poll - Quick exercise for utilizing Async functions and fireBase to build scalable R Shiny Apps. (R)
README
# Building a simple poll with Shiny
This simple app utilizes modules and promises to show possible paths torwards scaling Shiny. This is a simple excercise I built.
This code makes use of the libraries, [fireData](https://github.com/Kohze/fireData), promises, future and [data.table](https://github.com/Rdatatable/data.table).
[](https://www.youtube.com/watch?v=MrEo1pi7w4o)