BigPipe是一个比较激进的Node.js的Web框架。其思路是使用多个可重用的网页部件来组合整个网页。这些部件称为Pagelets,然后通过在服务器和浏览器上进行不同的执行方法来组合。这使得前端页面可以按进度进行内容的渲染,提升了前端的速度。Mostwebframeworksarebasedonarequestandresponsepattern,arequestcomes in,weprocessthedataandoutputatemplate.Butbeforewecanoutputthe templateweh