Skip to content

Chapter_8_Replacing_HTTP_With_WebSockets

Viktor Gamov edited this page Sep 19, 2012 · 1 revision

#Replacing HTTP with WebSockets This chapter will introduce the WebSocket API, which is a part of HTML5 spec. We’ll pick one of the data flow in Save a Child site and replace HTTP communication with WebSockets protocol. Using the monitoring tool we’ll show the performance bandwidth usage benefits that WebSockets protocol brings to the Web. This chapter will be based on this WebSockets presentation.