Host C# code 24/7 on replit

I used replit to run some Python scripts before and to host them 24/7 with replit and uptimerobot. Now I want to create a C# script on replit, which I also need to run 24/7.

Is there any way I can host a C# code 24/7 on replit?

note that keep-alive methods will eventually stop working when websites become cover-page only. Then we might be able to create pingers through some scraping but replit would try to block that as well, and if hosted on replit the pingers would have a limited load due to egress limits.

Just create a webserver in C#. This might help:

1 Like