Is it possoble to host a plumber API on a shiny server?

Hello to everyone here. I want to create an API for sharing a predictions? made by R models. API is made with Plumber? but for local deployment i may use docker or pm2.

Bu is it possible to host such API on my shiny server, inside the server function for example?

These two services are kept separate. There are too many battles to fight to keep them as one implementation.

To integrate them, the shiny app could request information from the plumber app (using httr) and then forward the results to the user within the server function.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.