anonymoussc
May 9, 2016 • Less than a minute read

Server Sent Events fx code example - part lll

1. SSE fx client - server keep-alive code example.

fxpair.structured.php

fxserver1.keepalive.php

fxclient1.keepalive.html

2. SSE fx client - server retry code example.

fxpair.structured.php

fxserver2.retry.php

fxclient2.retry.html

3. SSE fx client - server shutdown code example.

fxpair.structured.php

fxserver3.shutdown.php

fxclient3.shutdown.html

fxclient3.jitter.html

4. SSE fx client - server id code example.

fxpair4.id.php

fxserver4.id.php

fxclient4.id.html

fxclient4.closure.html

5. SSE fx client - server die_slowly code example.

fxpair4.id.php

fxserver5.die_slowly.php

fxclient5.die_slowly.html

Reference :

  1. Server-sent events Web APIs MDN

  2. Data Push Apps With HTML5 SSE: Pragmatic Solutions for Real-World Clients, Darren Cook, O’Reilly Media, Mar 2014. isbn:9781430264484, isbn:9781449371937, amazon:1449371930, google:7gYiAwAAQBAJ

  3. Wikipedia

Post by: Anonymoussc (@anonymoussc)