Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-meta/uiStub
Demonstration of how to create a URL-based, multi-page Shiny web site.
https://github.com/open-meta/uiStub
Last synced: 8 days ago
JSON representation
Demonstration of how to create a URL-based, multi-page Shiny web site.
- Host: GitHub
- URL: https://github.com/open-meta/uiStub
- Owner: open-meta
- License: mit
- Created: 2017-09-19T15:15:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T14:55:59.000Z (about 7 years ago)
- Last Synced: 2024-08-13T07:14:14.474Z (4 months ago)
- Language: R
- Size: 6.84 KB
- Stars: 16
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - open-meta/uiStub - Demonstration of how to create a URL-based, multi-page Shiny web site. (R)
README
# uiStub
Demonstration of how to create a URL-based, multi-page Shiny web site.This is a simple demo program that "moves" the ui into the server, thereby allowing the use of the URL "search" protocol to create multi-page web sites. The advantage is that each page can have its own file (to keep things organized) and only one file is loaded into Shiny Server at a time, limiting memory usage.
Note, the URL "path" protocol currently doesn't work, because Shiny Server currently returns a "not found" error on any path other than "/", rather than passing the path to the session. This issue has been reported.
You can see the program run at https://open-meta.shinyapps.io/uistub/