The following WebSockets examples are available:
-
Echo: A WebSockets echo example where the client sends a set of pre-defined WebSocket frames and expects the server to echo the same frames back. This example constitutes of an Echo Client and an Echo Server
-
Messaging: An example to demonstrate how to use a websocket connection for atleast once message delivery. This example constitutes of a Messaging Client and a Messaging Server