R Shiny App Equivalent

This page summarizes the projects mentioned and recommended in the original post on /r/java

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. streamlit

    Streamlit — A faster way to build and share data apps.

    The python library I was referring to is https://streamlit.io/

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. graaljs

    GraalJS – A high-performance, ECMAScript compliant, and embeddable JavaScript runtime for Java

    If you need you can run JavaScript from within Java using Graal.js or Nashorn. To evaluate dynamic user input (Strings) you could also use a ScriptEngine (e.g. JavaScript) or dynamically compile inputs to Java using the JShell API.

  4. ChartFx

    A scientific charting library focused on performance optimised real-time data visualisation at 25 Hz update rates for data sets with a few 10 thousand up to 5 million data points.

    I'm not sure what you mean by "pseudo-reactive site". If the generated html is not good enough, I'd probably remove the web frontend and render everything in ChartFX. It already provides plugins for zooming, ranging, visibility toggling, point editing, tooltips etc., so that should already cover most of what you'd need. There are a few other charting libraries too, but I'm less familiar with those.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Outperforming Rust DNA sequence parsing benchmarks by 50% with Mojo

    1 project | news.ycombinator.com | 8 Feb 2024
  • Any way to monitor JavaFX thread

    1 project | /r/JavaFX | 7 Dec 2023
  • How We Built a Serverless Backend Using GraalVM, AWS Lambda and Astra DB (Part 2)

    5 projects | dev.to | 3 Feb 2023
  • GeneWarrior (DNA sequence manipulation web app) is now open source

    2 projects | /r/java | 7 Jan 2023
  • chart-fx: NEW Data - star count:371.0

    1 project | /r/algoprojects | 22 Nov 2022

Did you know that Java is
the 8th most popular programming language
based on number of references?