Skip to content

Instantly share code, notes, and snippets.

@johndrummond
johndrummond / shiny_dummy_json_health.R
Created August 5, 2019 22:44
demo shiny server app with health handler returning plain json on health path
#
# This is a Shiny web application.
# with a handler that returns plain json
# run and in a browser look for /health/
# e.g. http://127.0.0.1:5732/health/
# from https://stackoverflow.com/users/1455889/amaurel
# on https://stackoverflow.com/questions/19991654/shiny-server-print-json-as-a-result-output
# You can run the application by clicking
# the 'Run App' button above.
#