是否有实施 Facebook BigPipe 的起点?
参考:http://www.facebook.com/note.php?note_id=389414033919
他们说他们用 PHP 和 Javascript 构建它,这很棒,但是有没有任何代码可以让公众使用它?是不是和他们的一样或者类似的项目?
Reference: http://www.facebook.com/note.php?note_id=389414033919
They said they build it in PHP and Javascript, which is great, but is there any code that makes this available for the public? Whether it is the same as theirs or a similar project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是此概念的开源实现。
Here's an open source implementation of this concept.
Edge Side Includes 是沿着相同的路线,而不是组合浏览器中,它发生在代理服务器中。
如果您对此替代方案感兴趣,您可以查看一个不错的 symfony 2 中的实现。
Edge Side Includes are something along the same lines, instead of composition in the browser, it happens in the proxy server.
If you are interested in this alternative you can check out a nice implementation in symfony 2.
我为 Play 框架制作了 Facebook BigPipe 的一个版本:https://github.com/brikis98/ping-play
I made a version of Facebook's BigPipe for the Play Framework: https://github.com/brikis98/ping-play