Ignacio Perez Hallerbach
unread,Feb 16, 2013, 7:45:43 AM2/16/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shiny-...@googlegroups.com
Dear all, dear Shiny team,
I apologize if this is a trivial question or has been asked in this group before (I didn't see it mentioned though...) but I'd be very grateful for your answers:
Can I use a shiny app as a pure, secure REST web service? I only saw examples of HTML/shiny UIs but would it also be possible to make a shiny app simply a secure REST web service endpoint that...
* Takes and processes HTTP(S) requests?
* Returns the results of my R algorithms as JSON?
* Is secure in the sense that it is accessed via HTTPS and checks the user's credentials before running the algorithms?
I'd very grateful for any answers and pointers to example code.
Thanks so much in advance! Best,
Ignacio