Hello,
I am trying to push our R project from local to a production server using Digital Ocean. I've created a droplet, ssh into the server, installed R and plumber, and when I run the plumber command, I can access the endpoint via URL in browser. However, when I close the ssh session, the R/plumber stops servicing. How do I make it so that it is running 24/7 even if I am not ssh into the server like how nginx or apache serves in the background?
Thank you.
Seong