CHAPTER 11

images

Using the Communication API and Web Sockets

So far in this book, you’ve learned about HTML5 features that require no server-side communication. Although you used some techniques such as jQuery $.ajax() to send and receive data between the client and the server, doing so wasn’t an integral part of the HTML5 feature being discussed. In this chapter, however, you learn about a few HTML5 features that are specifically designed to facilitate communication between the client browser and the server. Using these features, you can pass data to and from web pages from the same web application or from different applications. Additionally, some ...

Get HTML5 Programming for ASP.NET Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.