Looking for a very simple Websocket Chat Client Working Demo

Does anyone know where I can get a working demo/source of a websocket client that connects, sends/ receives messages, and disconnects from a WebSocket server ? [Win/Mac]

The one in Xojo samples is not working properly. For instance it is not connecting to ws://echo.websocket.org or any other websocket server. :frowning:

http://www.websocket.org/echo.html

http://socket.io/demos/chat/
This uses the socket.io library though, but they use WebSockets in there…

Shao, I am looking for a Win/Mac Xojo application :slight_smile:

HTMLViewer on a window :wink:

Lol Ok, so then I can do Labels in HTMLViewer, TextBoxes in HTMLViewer, ComboBoxes in HTMLViewer, and so on … You must love HTMLViewer :smiley: