Search This Blog

Showing posts with label HTML 5. Show all posts
Showing posts with label HTML 5. Show all posts

Sunday, May 11, 2014

HTML5: Request-Response Communication Using WebSockets

Simple example showing request-'multiple response' communication between HTML5 JavaScript and .NET using the WebSocket protocol.

Saturday, May 3, 2014

HTML5: Real-Time Push Notifications from .NET Application

Simple example showing publish-subscribe scenario between HTML5 JavaScript and .NET without using polling or long-polling mechanisms.