Open zhuyw05 opened 6 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
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
IXWebSocket has windows support now fyi, but no SSL yet.
Any working version? Thanks.