Hi
i want to setup web WebSocket connection to a server. i need to set the protocol for this like in javascript.
how could i do this with the jWebSocketClient Library?
Thanks
Dominik
i want to setup web WebSocket connection to a server. i need to set the protocol for this like in javascript.
WebSocket WebSocket(
in DOMString url,
in optional DOMString protocols
);
how could i do this with the jWebSocketClient Library?
Thanks
Dominik