UNPKG

shelloid

Version:

Open source IoT-ready real-time big data web application platform that integrates Node.js and Clojure.

7 lines (6 loc) 230 B
module.exports = function(ctx, done){ //access the application config via ctx.config. //store any objects required for later access by route handlers in the ctx object. console.log("Application init called."); done(); }