how to run R from HTML/Java and host on Jboss/tomcat server -
i have developed google plot graphs , others graphs in r. output here plots interaction mouse hover , update plots every 5 minutes (not jpeg). want run r script dynamically , render on html. have hosted these on shiny-server using <iframe>
embed in html.
now how can host these on different server (html , r on same server).
- by redirecting iframe content shiny server :
html & js :
<iframe name="myframe" ... /> js: window.frames["iframetest"].location = "http://myshinyserver:..."
so 2 servers running ...
- if using js chart libraries ggvis, dygraphs ... , if have go app server, should javascript reproduce graphs ....
Comments
Post a Comment