Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 820 Bytes

WS.md

File metadata and controls

14 lines (11 loc) · 820 Bytes

WebSockets Examples

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