Repl always running
So if i close my repl editor tab, my repl web page dissapears from the web. The same thing happens if I stop running it from withing the tab. So how can I keep it always running, 24/7?
Sevices like UpTimeRobot only make sure it doesn't sleep, or am i getting that wrong?
Also, I need sonething that is free forever.
Voters
Coder100
You will need an http server. Without telling me what language, I won't be able to help you with the code specifics, but overall:
- create an HTTP server
- use https://uptimerobot.com on the server URL
- server URL is in the form of
[replname].[username].repl.co
- server URL is in the form of
sleeping means the repl stopped.
Coder100
oh and btw here is a working repl:
https://repl.it/@Coder100/UnhealthyLimpingCarrier#main.py
code-alt
So I think you should probably make your own uptime my pinging your own project
You need a HTTP server. Try hosting it on heroku.com.