dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
743 stars 205 forks source link

Anyone know how we can support WSS websocket? Thanks. #79

Open zhuyw05 opened 6 years ago

zhuyw05 commented 6 years ago

Any working version? Thanks.

nwrkbiz commented 5 years ago

Check this out: https://github.com/englercj/gamesparks-cpp-unreal/tree/master/GameSparksSample/Plugins/GameSparks/Source/GameSparksBaseSDK/src/easywsclient

They seem to extended this library without contributing back :D

zhuyw05 commented 5 years ago

Thanks!

webfolderio commented 5 years ago

Recent version:

https://github.com/GameSparks/gamesparks-cpp-unreal/blob/master/plugin/GameSparks/Source/GameSparksBaseSDK/src/easywsclient/easywsclient.cpp

bsergean commented 5 years ago

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 ...

maurodelazeri commented 5 years ago

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

bsergean commented 5 years ago

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