Share My Creation jShiny server

Hi,

I am happy to share jShiny server written in B4J. My open-source jShiny server is on Github https://github.com/statsplot/jshinyserver. It simply host these Shiny apps.

Demos http://108.61.182.215:8888/applist.html

Shiny (https://shiny.rstudio.com/) is webapp framework for R (www.r-project.org/). It's based on jQuery, Bootstrap 3, and Javascript libraries which are wrapped in consolidated API. R communicate with browsers by websocket (fallback to long polling ).

RStudio provides an open-source Shiny server and a PRO version.https://www.rstudio.com/products/shiny/shiny-server/. They are written with node.js.
 
Top