shinyproxy VS shiny-server

Compare shinyproxy vs shiny-server and see what are their differences.

shinyproxy

ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps (by openanalytics)

shiny-server

Host Shiny applications over the web. (by rstudio)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
shinyproxy shiny-server
4 4
498 707
-0.2% 0.3%
8.6 6.5
8 days ago 16 days ago
Java JavaScript
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

shinyproxy

Posts with mentions or reviews of shinyproxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-22.

shiny-server

Posts with mentions or reviews of shiny-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-21.
  • Scientists Developed a Tool to Reveal Who's at Risk of Burnout, and It's Free
    2 projects | news.ycombinator.com | 21 Feb 2024
    I don't think this is a problem with Digital Ocean. Some googling makes me think this is a configuration issue with Shiny Server: https://github.com/rstudio/shiny-server/issues/326
  • Deploying R Shiny app for my company
    2 projects | /r/RStudio | 22 Feb 2023
    Install shiny server (there are multiple methods for this; I'm running on AARM64 VMs so I needed to build from source: https://github.com/rstudio/shiny-server/wiki/Building-Shiny-Server-from-Source). In general, it's easier than you thing as shiny server is (essentially) a node16 application with some pandoc thrown in if you want to display R markdown documents. Important items: don't run as root and ensure shiny server starts on boot. NOTE: even though it's not documented this way, the shiny server source installation process is fundamentally simple.
  • Shiny app in Quarto hosted on Shiny server
    2 projects | /r/rshiny | 17 Oct 2022
    Found out that shiny-server is able to serve apps made by Quarto, you just have to render them yourself and upload both the .qmd and the html files as per https://github.com/rstudio/shiny-server/pull/531. At least that's something.