UNPKG

bigpipe

Version:

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

11 lines (9 loc) 159 B
'use strict'; // // A simple index page test route. // require('pagelet').extend({ method: '', path: '/all', view: '../../view/all.html' }).on(module);