easywsclient icon indicating copy to clipboard operation
easywsclient copied to clipboard

Anyone know how we can support WSS websocket? Thanks.

Open zhuyw05 opened this issue 5 years ago • 6 comments

Any working version? Thanks.

zhuyw05 avatar Sep 16 '18 08:09 zhuyw05

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

nwrkbiz avatar Nov 28 '18 14:11 nwrkbiz

Thanks!

zhuyw05 avatar Dec 04 '18 02:12 zhuyw05

Recent version:

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

webfolderio avatar Mar 21 '19 13:03 webfolderio

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

bsergean avatar Apr 23 '19 22:04 bsergean

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

maurodelazeri avatar May 16 '19 14:05 maurodelazeri

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

bsergean avatar May 16 '19 15:05 bsergean