Hacker News new | ask | show | jobs
by reyan 4449 days ago
How do you deal with interoperability? You Android clients use your Shiny frontend over HTTP? Have you used rserve?
1 comments

All of our API's are built in R using rserve, and we share code and functions through an internal package hosted on bitbucket.

You can call R functions on a server from Android and return the results in a list or array - makes for some really cool internal API magic between our devs and data-scientists :)