File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,22 @@ The `peeky` package is a tool for examining and extracting files from standalone
24
24
through the [ ` quarto-shinylive ` ] [ qsl ] extension.
25
25
This package works for both R and Python Shinylive applications.
26
26
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
+
27
43
## There Are No Secrets in Shinylive
28
44
29
45
The ` peeky ` package was developed to demonstrate a fundamental truth about
Original file line number Diff line number Diff line change @@ -16,6 +16,28 @@ through the
16
16
[ ` quarto-shinylive ` ] ( https://github.com/quarto-ext/shinylive ) extension.
17
17
This package works for both R and Python Shinylive applications.
18
18
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
+
19
41
## There Are No Secrets in Shinylive
20
42
21
43
The ` peeky ` package was developed to demonstrate a fundamental truth
You can’t perform that action at this time.
0 commit comments