andremussche / DelphiWebsockets

Websockets and Socket.io for Delphi
251 stars 129 forks source link

Connect to WSS:// and send a text command #36

Open kotaries opened 6 years ago

kotaries commented 6 years ago

Hello, could you please write an example how to connect to "wss://mysite.com" and send a text command like '{"channel":"funny_news"}' to its url "wss://mysite.com/joinhere". Also, would be great to receive text answers from this server Would appreciate any hints, thank you!