jquery html4 and event-stream

viagraenligne

New Member
I want to do some notification stuff.And it for sure should be usable by html4 as well as html5.So what I'd like to do is use one single php file, which outputs the data in an event-stream.The javascript should check for html5 compatibility and either use event based streaming or switch back to a simple jQuery long polling.How would u implement that stuff?
 
Back
Top