0.0.8 • Published 2 years ago

keep-app-alive v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago