views:

24

answers:

1
+1  Q: 

Server push in php

Hi there,

In an app, I am looking forward to implement server push functionality. I have gathered some information about the technology also, but I am little confused that with which language should I prefer for and what else requirement needed(note: this is going to be a social n/w app)? I have just finished a project based on php / mysql, so will PHP be a good option or ruby on rail.

So can anybody guide me here. also if any good article before start working on it?

Thank you in advance.

+1  A: 

What you're looking for is Comet. With PHP, your options are somewhat limited; see here for details.

jvenema
Ok thank you , how would be ruby on rails? i mean overall performance, security purpose.
Rishi2686
See http://stackoverflow.com/questions/1099051/sinatra-ruby-server-push and http://stackoverflow.com/questions/3375318/when-will-a-framework-be-available-for-comet
jvenema