1.0.1 • Published 9 months ago

keep-apps-active v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Keep Active

keep active to prevent cold starts for your nodejs express apps hosted on free plan for render.com or heroku.com or any other cloud provider

Usage

const express = require('express');
const { keepActiveController } = require('keep-apps-active');

const app = express();

// Other app configuration

keepActiveController(app);

app.listen(3000, () => {
  console.log('Server is running on port 3000');
});

Installation

npm install keep-apps-active
1.0.1

9 months ago

1.0.0

9 months ago