IRIS 2010.1 brought us a new feature: %Net.WebSocket.Client
As a continuation of my series of WS Clients I just couldn't resist to try it.
Well, this is the result and it was rather simple in the end.
- After I succeeded in my personal fight against Windows Firewall ;-)
You basically need to prepare 3 classes:
- Credentials for User, PW, SSL
- an Event Listener
- the Client (Could be a .MAC routine as well)
The example uses the WSS.EchoServer (a derivate from former SAMPLES in Caché).
The default assumption is to have Client and Server on the same system & namespace.



1,131
.png)
.png)
.png)


