Hi there,
this will be an architecture question rather than a code question.
I have an already running web application. it's a maven app with Java as it background process on server side.
while on the client side it's using html and javascript.
what I'd like to do is to use R Shiny on one of my already running system page to display a reactive graph.
for now my image is to have R Shiny run on different dns than my system. and then on my HTML page I'll use div or iframe to call the R Shiny page.
my question is: are those method can be done?or is there some another way to use R Shiny on a different platform system?