# NOT RUN {
library(shiny)
ui <- fluidPage(
useSever(),
h1("rupture")
)
server <- function(input, output){
rupture(
tagList(
h1("Whoops"),
reconnect_button()
)
)
}
if(interactive())
shinyApp(ui, server)
# }
Run the code above in your browser using DataLab