Software Alternatives & Reviews

Streamsync VS Shiny

Compare Streamsync VS Shiny and see what are their differences

Streamsync logo Streamsync

Streamsync is an open-source framework for creating data apps. Build user interfaces using a visual editor; write the backend code in Python.

Shiny logo Shiny

Shiny is an R package that makes it easy to build interactive web apps straight from R.
  • Streamsync Landing page
    Landing page //
    2023-05-04

It's fast.

  • Streamsync enables significantly lower response times, when compared to Streamlit.
  • It only runs the user script once.
  • It uses WebSockets to keep frontend and backend states in sync.

It's neat.

  • Streamsync uses state-driven, reactive user interfaces. A data app's user interface is strictly separated from its logic.
  • It uses a consistent yet customisable UI design system.
  • No caching needed; the script runs once and things remain in memory. You can use globals and module attributes to store app-wide data.
  • Predictable flow of execution. Event handlers are plain, easily testable Python functions. No re-runs, no strange decorators.

Check out a live demo of an app.

  • Shiny Landing page
    Landing page //
    2023-06-30

Streamsync videos

No Streamsync videos yet. You could help us improve this page by suggesting one.

+ Add video

Shiny videos

SHINY - PS4 REVIEW

More videos:

  • Review - My Opinion on EVERY Shiny Pokémon [Generation 1 to 7]
  • Review - Review: Shiny (PlayStation 4) - Defunct Games
  • Tutorial - R Shiny Overview & Tutorial

Category Popularity

0-100% (relative to Streamsync and Shiny)
Developer Tools
16 16%
84% 84
Web Frameworks
0 0%
100% 100
Application And Data
100 100%
0% 0
Python Web Framework
7 7%
93% 93

User comments

Share your experience with using Streamsync and Shiny. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Shiny seems to be a lot more popular than Streamsync. While we know about 32 links to Shiny, we've tracked only 2 mentions of Streamsync. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Streamsync mentions (2)

Shiny mentions (32)

  • R: Introduction to Data Science
    A lighterweight alternative to renv is to use Posit Public Package Manage (https://packagemanager.posit.co/) with a pinned date. That doesn't help if you're installing packages from a mix of places, but if you're only using CRAN packages it lets you get everything as of a fixed date. And of course on the web side you have shiny (https://shiny.posit.co), which now also comes in a python flavour. - Source: Hacker News / 2 months ago
  • Reflex – Web apps in pure Python
    Sometimes the war is lost even before the battle begins. During grad school, I wrote a whole bunch of web apps entirely in R using Shiny. It was clunky as hell, but yeah, it worked. I went looking for what's up with Shiny these days and found this - https://shiny.posit.co/ So yeah, full on pivot into python. Pip install shiny. Alright! "No web development skills required. Develop web apps entirely in R I mean... - Source: Hacker News / 9 months ago
  • PSA: You don't need fancy stuff to do good work.
    Python's pandas, NumPy, and SciPy libraries offer powerful functionality for data manipulation, while matplotlib, seaborn, and plotly provide versatile tools for creating visualizations. Similarly, in R, you can use dplyr, tidyverse, and data.table for data manipulation, and ggplot2, lattice, and shiny for visualization. These packages enable you to create insightful visualizations and perform statistical analyses... Source: about 1 year ago
  • A project to show off my basic R skills
    We work along side bio-statisticians and data analysts, from my experience in this world I recommend to build some plots/graphs in R based on some information you find appealing. After you have some work to show off to potential employers , learn Shiny and publish those graphs online as your portfolio. Source: about 1 year ago
  • Greatest projects that you have done?
    One of the most difficult yet most fun projects I’ve done. Using Shiny to make an app, all coded in R! Source: about 1 year ago
View more

What are some alternatives?

When comparing Streamsync and Shiny, you can also consider the following products

Streamlit - Turn python scripts into beautiful ML tools

Node.js - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications

Dash by Plotly - Dash is a Python framework for building analytical web applications. No JavaScript required.

Django - The Web framework for perfectionists with deadlines

Anvil.works - Build seriously powerful web apps with all the flexibility of Python. No web development experience required.

Ruby on Rails - Ruby on Rails is an open source full-stack web application framework for the Ruby programming...