Running R-Shiny without a Server - posit::conf(2023)

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • Presented by Joe Cheng
    A year ago, Posit announced ShinyLive, a deployment mode of Shiny that lets you run interactive applications written in Python, without actually running a Python server at runtime. Instead, ShinyLive turns Shiny for Python apps into pure client-side apps, running on a pure client-side Python installation.

    Now, that same capability has come to Shiny for R, thanks to the webR project.

    In this talk, I'll show you how you can get started with ShinyLive for R, and why this is more interesting than just cheaper app hosting. I'll talk about some of the different use cases we had in mind for ShinyLive, and help you decide if ShinyLive makes sense for your app.
    Presented at Posit Conference, between Sept 19-20 2023,
    Learn more at posit.co/conference.
    --------------------------
    Talk Track: I can't believe it's not magic: new tools for data science.
    Session Code: TALK-1151

Комментарии • 4

  • @caty863
    @caty863 7 месяцев назад +4

    This is exciting. I am going to try it right away!

  • @jfzeac
    @jfzeac 8 месяцев назад +3

    Great talk, thank you

  • @scharlesworth93
    @scharlesworth93 8 месяцев назад +3

    This is extremely cool

  • @chukwuemekanwokoye5022
    @chukwuemekanwokoye5022 7 месяцев назад +1

    Thank you so much. I just watched for Python and hoped it worked for R too.