-
Notifications
You must be signed in to change notification settings - Fork 83
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.
This book will be printed and available for purchase via O'Reilly Media. Readers will have an option of purchasing this book in a number of digital formats.
-
- Ch1. HTML5 and its New APIs
- Ch2. Advanced Intro to JavaScript
- Ch3. Mocking Up the “Save a Child” Web Site
- Ch4. Using Ajax and JSON
- Ch5. Test-Driven Development with JavaScript
- Ch6. «Save a Child» with JQuery framework
- Ch7. «Save a Child» with Ext JS framework
- Ch8. Replacing HTTP with WebSockets
- Ch9. Securing Web Applications
- Ch10. Large Scale JavaScript Projects