Skip to content

ndxbxrme/ndx-keep-awake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published