Run code on server for Multiplatform App

Hey guys, I’m developing an app right now, where I scrape data from a website and show it in the app. Right now the scraping is done on the app-side, but since it takes quite its time I want it to run on a server. I should probably run the code on a server that is not my own computer, which would you recommend? Is there any go-to option that is mostly used for app server code?

My project is done with Kotlin/Compose Multiplatform.

submitted by /u/Ashman_ssb
[link] [comments]