Demos
Choose a client technology:
JavaScript

JavaScript Echo Demo
An echo server client that uses WebSocket to send text messages to the Kaazing Gateway Echo service, which echoes back the messages.

JavaScript Server-Sent Events Demo
Demonstrates a Server-Sent Events (SSE) Web client that receives streaming data directly from a User Datagram Protocol (UDP) newsfeed data source. Note: The number of streams you can open depends on your browser's HTTP connection limit. To open additional streams, you must first close an existing stream.

JavaScript PostMessage Demo
Show how Kaazing Gateway implements the HTML5 PostMessage specification to provide cross-document messaging.
iOS (iPhone/iPad)

iOS Echo Demo
An iOS client that uses WebSocket to send text messages to the Kaazing Gateway echo service, which echoes back the messages.
Android

Android Echo Demo
An Android client that uses WebSocket to send text messages to the Kaazing Gateway Echo service, which echoes back the messages.
Flash / Flex

Flash / Flex Echo Demo
A Flash client that uses WebSocket to send text messages to the Kaazing Gateway Echo service, which echoes back the messages.

Flash / Flex Server-Sent Events Demo
Demonstrates a Server-Sent Events (SSE) Web client that receives streaming data directly from a User Datagram Protocol (UDP) newsfeed data source.
Silverlight

Silverlight Echo Demo
A Silverlight client that uses WebSocket to send text messages to the Kaazing Gateway Echo service, which echoes back the messages.
.NET

.Net Echo Demo
A .Net client that uses WebSocket to send text messages to the Kaazing Gateway Echo service, which echoes back the messages.
Xamarin

Xamarin Echo Demo
A Xamarin client that uses WebSocket to send text messages to the Kaazing Gateway echo service, which echoes back the messages.
Java

Java Echo Demo
A Java Applet client that uses WebSocket to send text messages to the Kaazing Gateway Echo service, which echoes back the messages.

Java Server-Sent Events Demo
Demonstrates a Server-Sent Events (SSE) Web client that receives streaming data directly from a User Datagram Protocol (UDP) newsfeed data source.