This entry was posted on Friday, January 27th, 2012 at 8:01 pm and is filed under General, HTML, Javascript. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
A very cool HTML5 Feature, Server-Sent Event.
I am working on migrating a Flex application to HTML5. This application opens a Flash Socket to the server to be able to have a constant communication between the server and client. During the design I immediately though about WebSocket, nice… problem solved. One characteristic of this connection is that I only need it to send update events from the server to the client, I will never execute a transaction from the client using this channel, then I discovered this new HTML5 feature, Server Events. It very similar to WebSocket but its only one way communication.
Server-Sent Events | HTML5 Doctor.
Leave a Reply
You must be logged in to post a comment.








