UNPKG

bigpipe

Version:

Bigpipe a radical new web framework for Node.js that's inspired by Facebook's bigpipe concept.

14 lines (12 loc) 230 B
'use strict'; // // A simple index page test route. // require('pagelet').extend({ view: '../../view/all.html', if: function (req, accepted) { setTimeout(function () { accepted(true); }, 10); } }).on(module);