King Foo

King Foo

You are in:

Home > Blog > Uncategorized > Comet and PHP, some followup

Blog

Comet and PHP, some followup

Posted by
/ /

Image from igivita.com !!Last Friday I presented a talk on Comet and PHP during the official track of the Dutch PHP Conference 2011. Since Slideshare did not convert my slides as it should, I decided to add the links in the slides here… for your convenience. You can also download the full OpenOffice Impress file (.odp) from Slideshare (to have the video’s and everything) if you want. Guess I should finally give in and start using Keynote.

* Image by Igvita.com.

On a side note: to anyone that took the time to comment on Joind.in: thanks, really helpful input that I can use to improve my talk. Overall the response to my talk was very good and to the few critics about the lack of a real focus on PHP during my talk: you are right and yes the title would have been better ‘Using Comet and PHP’ instead of ‘Implementing Comet and PHP’. I got the idea for this talk more then a year ago and since then my interest diverted away from implementing an old-fashioned Comet-style PHP solution.
I’m much more interested in solutions like Socket.io and HTML5′s WebSockets and Server-Sent Events nowadays since I think (obviously) that this is the way to go. Anyway, I’m planning to build further on this presentation and add more concrete examples (they are in the works), with more emphasis on HTML5 related content and attempts at PHP based server-side solutions.

All in all, it was an interesting experience presenting for such a crowd and I’m looking forward to future opportunities and the feedback has been very stimulating and rewarding.

Anyway, the links that have been eaten by Slideshare conversion:

XHR Streaming

DWR

Cometd now having WebSockets support (haven’t tested this)

Open Cooperative Web Framework (something to keep an eye on)

APE project

  • Project home: http://www.ape-project.org/
  • Intro on writing apps: http://www.ape-project.org/wiki/index.php/How_to_write_an_application_with_APE

Kaazing

A very nice tool for testing your browser: http://www.html5test.com/

node.js/socket.io/npm

other solutions:

alternatives for comet

message formats

PHP and DIY

WebSockets & SSE