Skip to content

Commit e5a8428

Browse files
committed
Emphasize the "what is shinylive" portion
1 parent 56d5222 commit e5a8428

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

README.Rmd

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@ The `peeky` package is a tool for examining and extracting files from standalone
2424
through the [`quarto-shinylive`][qsl] extension.
2525
This package works for both R and Python Shinylive applications.
2626

27+
## What is Shinylive?
28+
29+
Shinylive is groundbreaking technology that converts existing Shiny applications
30+
to run entirely in the web browser using WebAssembly, eliminating the need for a
31+
hosted server. At its core, a Shinylive app is simply a converted
32+
Shiny application - the same application you'd normally run on a server, but
33+
transformed to execute directly in the browser through [webR][webr] for R applications
34+
or [Pyodide][pyodide] for Python applications.
35+
36+
The Shinylive ecosystem consists of four main components:
37+
38+
- Shinylive Web Assets: [posit-dev/shinylive](https://github.com/posit-dev/shinylive)
39+
- R Shiny App Converter Package: [posit-dev/r-shinylive](https://github.com/posit-dev/r-shinylive)
40+
- Python Shiny App Convert Package: [posit-dev/py-shinylive](https://github.com/posit-dev/py-shinylive)
41+
- Shinylive Quarto Extension: [quarto-ext/shinylive](https://github.com/quarto-ext/shinylive)
42+
2743
## There Are No Secrets in Shinylive
2844

2945
The `peeky` package was developed to demonstrate a fundamental truth about

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,28 @@ through the
1616
[`quarto-shinylive`](https://github.com/quarto-ext/shinylive) extension.
1717
This package works for both R and Python Shinylive applications.
1818

19+
## What is Shinylive?
20+
21+
Shinylive is groundbreaking technology that converts existing Shiny
22+
applications to run entirely in the web browser using WebAssembly,
23+
eliminating the need for a hosted server. At its core, a Shinylive app
24+
is simply a converted Shiny application - the same application you’d
25+
normally run on a server, but transformed to execute directly in the
26+
browser through [webR](https://docs.r-wasm.org/webr/latest/) for R
27+
applications or [Pyodide](https://pyodide.org/en/stable/) for Python
28+
applications.
29+
30+
The Shinylive ecosystem consists of four main components:
31+
32+
- Shinylive Web Assets:
33+
[posit-dev/shinylive](https://github.com/posit-dev/shinylive)
34+
- R Shiny App Converter Package:
35+
[posit-dev/r-shinylive](https://github.com/posit-dev/r-shinylive)
36+
- Python Shiny App Convert Package:
37+
[posit-dev/py-shinylive](https://github.com/posit-dev/py-shinylive)
38+
- Shinylive Quarto Extension:
39+
[quarto-ext/shinylive](https://github.com/quarto-ext/shinylive)
40+
1941
## There Are No Secrets in Shinylive
2042

2143
The `peeky` package was developed to demonstrate a fundamental truth

0 commit comments

Comments
 (0)