Hello : D
I am currently working on my first big c++ project and I want to include a websocket client into it.
This is very easy in most other languages but I struggle doing it in c++ and since my whole project is in c++ I dont want to switch the language.
Does anyone know if there is an easy way to connect to a websocket and to send and receive messages from the server?
I dont want to use libs like boost.org because they end in an unlimited amoumt of extra libs.
Thanks