How to use HTML5 server-sent events

Posted by linuxer on Sep 6, 2018 7:47 AM
By linuxconfig.org
Mail this story
Web version

Server-sent events is an HTML5 technology which allows a client to automatically monitor event notifications from a server, and react as needed. This technology is very useful to notify live events, to implement, for example, a live messaging application or a news feed. In this tutorial we will see how to implement this technology using PHP and javascript.

Full Story

Printed at http://lxer.com/module/newswire/view/260264/index.html