Can Shiny handle the HTTP request directly from other platform like JAVA applications ?
Our web application are now using java server as the server side. We want to intall the Shiny server and some communication would be happen between JAVA and R by using HTTP request.
Can I just use the server program with no UI layout ?