You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Shiny Server](https://github.com/rstudio/shiny-server) - Back end software that builds a web server for shiny apps.
47
+
*[RStudio Connect](https://www.rstudio.com/products/connect/) - Back end software for hosing shiny applications, Rmarkdown... plus other features for enterprise contexts.
48
+
*[Shinyproxy](https://www.shinyproxy.io/) - Uses docker containers for hosting shiny apps and a Java server control and proxy traffic to the app containers. [How-to Blog](http://lukesingham.com/shiny-containers-with-shinyproxy/).
49
+
50
+
### Platform As A Service (PAAS)
51
+
*[ShinyApps.io](http://www.shinyapps.io/) - Rstudio's PAAS specifically for hosting shiny apps.
52
+
*[Heruku](https://www.heroku.com) - A general cloud application platform that can be utilised by shiny apps with these [buildpack scripts](https://github.com/virtualstaticvoid/heroku-buildpack-r/tree/heroku-16).
48
53
49
54
## Tutorials
55
+
*[The R-Podcast](https://r-podcast.org/)
56
+
*[Episode 15: Introduction to Shiny](https://r-podcast.org/episode/15-introduction-to-shiny/)
57
+
*[Episode 16: Interview with Dean Attali](https://r-podcast.org/episode/16-interview-with-dean-attali/)
58
+
*[Episode 17: A simply Radiant Chat with Vincent Nijs](https://r-podcast.org/episode/17-a-simply-radiant-chat-with-vincent-nijs/)
59
+
*[Episode 18: Interviews with the R-Studio Team](https://r-podcast.org/episode/18-interviews-with-the-rstudio-team/)
60
+
*[Episode 19: Talking Shiny at R-Studio Conf wiht Barabara Borges and Dean Attali](https://r-podcast.org/episode/19-talking-shiny-at-rstudio-conf-with-barbara-borges-and-dean-attali/)
61
+
*[Episode 21: Talking Rcpp and More with Dirk Eddelbuettel](https://r-podcast.org/episode/21-talking-rcpp-and-more-with-dirk-eddelbuettel/)
* [Effective Reactive Programming – Part 1 & Part 2](https://www.rstudio.com/resources/videos/effective-reactive-programming/)
@@ -68,6 +80,7 @@ A curated list of resources for R Shiny. This awesome list was inspired by http
68
80
* [Blog Post: How to get your very own RStudio Server and Shiny Server with DigitalOcean](http://deanattali.com/2015/05/09/setup-rstudio-shiny-server-digital-ocean/)
69
81
* [Blog Post: Mimicking a Google Form with a shiny app](http://deanattali.com/2015/06/14/mimicking-google-form-shiny/)
70
82
* [Blog post: Persistent data storage (and retrieval) in Shiny apps](http://deanattali.com/blog/shiny-persistent-data-storage/)
83
+
* [Blog post: How to set-up shiny server on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-set-up-shiny-server-on-ubuntu-14-04)
@@ -132,8 +147,8 @@ A curated list of resources for R Shiny. This awesome list was inspired by http
132
147
*[flexdashboard](http://rmarkdown.rstudio.com/flexdashboard/index.html) - Easy interactive dashboards for R.
133
148
*[Shiny in Rmarkdown](http://rmarkdown.rstudio.com/authoring_shiny.html) - Run shiny apps in rmarkdown documents.
134
149
*[ggvis](https://github.com/rstudio/ggvis) - The goal of ggvis is to make it easy to describe interactive web graphics in R
135
-
*[RInno](https://github.com/ficonsulting/RInno)
136
-
*[googleVis](https://github.com/mages/googleVis)
150
+
*[RInno](https://github.com/ficonsulting/RInno) - Install local shiny apps by providing an interface between R and Inno Setup, (Windows Only)
151
+
*[googleVis](https://github.com/mages/googleVis) - An interface between R and the [Google's charts tools](https://developers.google.com/chart/).
137
152
138
153
# People
139
154
*[Dean Attali](https://github.com/daattali)
@@ -174,11 +189,15 @@ A curated list of resources for R Shiny. This awesome list was inspired by http
174
189
*[NYT Bar Optimizer](https://github.com/jordanmeyer/nyt-bar-optimizer) - Optimize your liquor cabinet using cocktail recipes from New York Times Cooking
0 commit comments