Keeping Replit running

Hi is there a way to keep my Replit running? Even when I close the tab?

2 Likes

have a webserver running. On node.js, you could do

require("http")
  .createServer((_, r) => r.writeHead(204).end())
  .listen();

And add your repl.co URL to a pinger, e.g. Freshping | Free website monitoring software by Freshworks

4 Likes

I am 90% sure pingers don’t work anymore (mine stopped working), so the best option is to buy the “always on” upgrade for your repl.

3 Likes

It cant be. Static web didn’t work either, most likely a bug

1 Like

I don’t think you understand what dragon/OP was talking about here…

Is not about keep repl run by opening http port?

Seems we no need pinger anymore. The repl will keep on

for how long? Within an hour the repl gets switched off due to inactivity

1 Like

Im wrong. It have no the different