This is a companion repo that holds the code for www.openspecy.org website and shiny application. The Open Specy package repo https://github.com/wincowgerDEV/OpenSpecy-package
Creative Commons Attribution 4.0 International
3
stars
3
forks
source link
[Feature]: The Dream, Standalone Shiny Hosting #38
Guidelines
Description
Been reading about these standalone structures lately using webR, this would allow us to efficiently scale the application at low to no cost!!!! https://github.com/georgestagg/shiny-standalone-webr-demo/tree/main
Problem
Scaling the web app has been pretty expensive; wish there was a way to do this serverless using just js.
Proposed Solution
Use the webR package
Alternatives Considered
Also have been exploring options to offload computation using IndexDB but this just seems so sweet and simple if it works.