which language to choose for a LIVE web application?
Posted
by fayer
on Stack Overflow
See other posts from Stack Overflow
or by fayer
Published on 2010-06-03T19:00:55Z
Indexed on
2010/06/03
19:04 UTC
Read the original article
Hit count: 186
i want to create not only a web application, but a web application where everything is LIVE.
eg. if someone posts a message and then another one replies, then the creator will get on his webpage a notification.
and also i want to implement a chat in the web application.
i want these features to be implemented using true server-push (no javascript polling)!
because i only want to create web applications i don't think i will use java.
i wonder if i should use python, ruby or php for this?
thanks
© Stack Overflow or respective owner