Showing posts with label WebSockets API. Show all posts
Showing posts with label WebSockets API. Show all posts

Thursday, March 6, 2014

Microsoft 70-480: Implement a callback (WebSockets)

Exam Objectives


Receive messages from the HTML5 WebSocket API; use jQuery to make an AJAX call; wire up an event; implement a callback by using anonymous functions; handle the “this” pointer


Quick Overview of Training Materials


Programming in HTML5 with JavaScript and CSS3 - Training Guide - Chapters 3, 6, 8, 9, 10
MSDN - The WebSocket API
About HTML5 WebSockets - Websocket.org
MSDN Articles on HTML5 - Specifically  WebSockets: Stable and Ready for Developers
The WebSockets API from w3.org
Fully Understanding the this Keyword
Simple server implemtation in C# EchoHandler.ashx.cs ... probably outside the scope of this topic through