Skip to content

Commit

Permalink
added CanIUse site, thanks to @clementgarnier
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmarti committed Jul 26, 2012
1 parent d1d22b2 commit 23cdace
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ play2-serverside-sample

This is a play2 sample to demonstrate SSE (Server Sent events) with Play2.

I really encourage you to have a look at [https://dev.w3.org/html5/eventsource/] which describe EventSource.
I really encourage you to have a look at [EventSource specification on W3.org](https://dev.w3.org/html5/eventsource/) which describe EventSource.
Using this API rather than emulating it using XMLHttpRequest or an iframe allows the user agent to make better
use of network resources in cases where the user agent implementor and the network operator are able
to coordinate in advance. Amongst other benefits, this can result in significant savings in battery life
Expand All @@ -14,7 +14,9 @@ The application has been tested successfully with Play 2.0.3-RC2, with Safari an
For more details about Server sent events, read this blog article :
https://www.html5rocks.com/en/tutorials/eventsource/basics/

Thanks to Sadek Drobi (CTO at Zenexity) for its help. This sample is similar to https://gist.github.com/3072893.
Thanks to Sadek Drobi (CTO at [Zenexity](https://www.zenexity.com/) for its help. This sample is similar to https://gist.github.com/3072893.

EventSource is supported by all modern browser except Microsoft Internet Explorer. See [this Matrix](https://caniuse.com/#feat=eventsource) for more details.

Nicolas
@nmartignole

0 comments on commit 23cdace

Please sign in to comment.