0.0.5 • Published 7 years ago

ndx-keep-awake v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ndx-keep-awake

keeps your ndx-framework app awake on even the sleepiest hosts

install with
npm install --save ndx-keep-awake
then add it to your .use list
src/server/app.coffee

require 'ndx-server'
.config
  database: 'db'
.use 'ndx-keep-awake'
.start

what it does

ndx-keep-awake creates the route /api/keep-awake and calls it every 5 minutes

why would i need that?

some hosts will put your app to sleep after a certain period of inactivity, ndx-keep-awake will prevent that happening

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago