Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a starting ground to implement Facebook's BigPipe?

Tags:

php

facebook

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?

like image 580
Kerry Jones Avatar asked May 21 '11 18:05

Kerry Jones


2 Answers

Here's an open source implementation of this concept.

like image 180
Mauricio Scheffer Avatar answered Sep 20 '22 03:09

Mauricio Scheffer


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.

like image 38
mhitza Avatar answered Sep 19 '22 03:09

mhitza