1

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.

Rishi2686
  • 127
  • 1
  • 2
  • 16

1 Answers1

2

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

Community
  • 1
  • 1
jvenema
  • 42,243
  • 5
  • 64
  • 107
  • Ok thank you , how would be ruby on rails? i mean overall performance, security purpose. – Rishi2686 Oct 27 '10 at 13:01
  • 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 Oct 27 '10 at 14:31