Am 25.08.2018 um 03:15 schrieb Andrei P:
> I'm working on a project that requires C++ (or C) secure web-socket clients
> (WAMP is not needed). I've looked at Autobahn CPP but the documentation
this mailing list is for WAMP, but if you only need websocket, I'd use:
https://github.com/zaphoyd/websocketpp
> seems a bit sparse, though it appears it can do the job. My questions are:
>
> 1. How much work is involved? I've used Boost libraries before.
> 2. Are there working examples / documentation to get me started?