0.0.8 • Published 6 months ago

keep-app-alive v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

keep-app-alive

When utilizing a cloud platform that spins down servers due to inactivity, utilize this package to occasionally ping the server and keep your instance awake.

How to install

npm i keep-app-alive

How to use

const keepAlive = require('keep-app-alive'); const pingTimer = 50000(time in ms)

keepAlive('https://your-server-url.com', pingTimer);

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago