Introduction
WebSocket is a computer communications protocol, providing full-duplex and bi-directionnal communication channels over a single TCP connection. IXWebSocket is a C++ library for client and server Websocket communication, and for client and server HTTP communication. TLS aka SSL is supported. The code is derived from easywsclient and from the Satori C SDK. It has been tested on the following platforms.
-
@@ -263,5 +262,5 @@ webSocket.send("hello world");
diff --git a/sitemap.xml b/sitemap.xml
index 58348db0..a3ee7ac8 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,35 +1,35 @@