Could you tell me some http-streaming tutorial or example ( used also by Gmail ) ?
I want to create a simple chat for college project.
Attention: I am talking about Http-streaming and NOT long-polling.
Thanks ;)
Check here. Some cool intro about Comet. There is also a mention for Jetty and its free chat client but they are in Java not PHP. Will keep looking and post if I find something useful with PHP. Just FYI, jquery has a plugin for comet but I haven't tried it yet.