shinylive-package {shinylive}R Documentation

shinylive: Run 'shiny' Applications in the Browser

Description

Exporting 'shiny' applications with 'shinylive' allows you to run them entirely in a web browser, without the need for a separate R server. The traditional way of deploying 'shiny' applications involves in a separate server and client: the server runs R and 'shiny', and clients connect via the web browser. When an application is deployed with 'shinylive', R and 'shiny' run in the web browser (via 'webR'): the browser is effectively both the client and server for the application. This allows for your 'shiny' application exported by 'shinylive' to be hosted by a static web server.

Author(s)

Maintainer: Barret Schloerke barret@posit.co (ORCID)

Authors:

Other contributors:

See Also

Useful links:


[Package shinylive version 0.3.0 Index]