Kerry Jones
Kerry Jones

Reputation: 21838

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

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?

Upvotes: 6

Views: 2472

Answers (3)

Yevgeniy Brikman
Yevgeniy Brikman

Reputation: 9361

I made a version of Facebook's BigPipe for the Play Framework: https://github.com/brikis98/ping-play

Upvotes: 0

Mauricio Scheffer
Mauricio Scheffer

Reputation: 99730

Here's an open source implementation of this concept.

Upvotes: 6

mhitza
mhitza

Reputation: 5715

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.

Upvotes: 2

Related Questions