Skip to content

Latest commit

 

History

History
 
 

README.md

Kaazing .NET Windows Store WebSocket Echo Tutorial

This tutorial shows how Windows Store application can communicate over the web with an echo service running within Kaazing WebSocket Gateway using Kaazing .NET WebSocket Client library. The application sends text messages to the echo service over WebSocket. The echo service, running inside the Kaazing WebSocket Gateway, reflects back the message that is received by the .NET application.

Minimum Requirements for Running or Building Kaazing .NET Windows Store WebSocket Echo Tutorial

  • Microsoft .NET Framework 4.5.2
  • Microsoft Visual Studio 2015 or higher

Steps for building the project

  • Load the solution EchoDemo.sln in Microsoft Visual Studio
  • Execute 'Build/Build All'

Note: To test basic authentication for WebSocket connection in demo app use URL - wss://sandbox.kaazing.net/echo-auth for location.

Interact with Kaazing .NET WebSocket Client API

Checklist how to create Kaazing .NET WebSocket application from scratch, to be able to send and receive messages over WebSocket can be found here.

API Documentation

API Documentation for Kaazing .NET WebSocket Client library is available: