slindstr wrote:Well it's time for me to choose what I want to do for my Computer Science senior design project. Everyone is doing stuff in Java. Lame. I want to do something web based (preferably innovative too!) - any suggestions?
For one of my classes, I'm producing an implementation of Comet in PHP.
Instead of having the client pull data from the server, the server keeps an open connection to the client and pushes data as its processed.
You can see Comet in action in Meebo.com or GoogleDoc.
Any limitations on what you can do for your project?