replit-alive-server
v1.0.3
Published
Simple, 0 dependency web server for you to quickly set up a keep-alive thing in replit.com
Downloads
1
Readme
Replit alive server
Quick and dirty, 0 dependency server for keeping your repls alive.
How to use
npm install replit-alive-server
Then in your code simply:
require('replit-alive-server')();
It will start a webserver on localhost:3000 that you should be able to keep alive with a service like https://up.repl.link/ (self promo I know)