dhbaird / easywsclient

A short and sweet WebSocket client for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anyone know how we can support WSS websocket? Thanks.

zhuyw05 opened this issue · comments

Any working version? Thanks.

Thanks!

Since everyone is advertising various library based on easywsclient, I'll advertise mine as well, which supports SSL (but not windows yet) -> https://github.com/machinezone/IXWebSocket ...

I've done a lightweight implementation of libwebsockets (https://libwebsockets.org/) in C ++
It support SSL and Non SSL windows / linux / osx

https://github.com/maurodelazeri/RaccoonWSClient

IXWebSocket has windows support now fyi, but no SSL yet.