socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

C++11 implementation of Socket.IO client

Results 149 socket.io-client-cpp issues
Sort by recently updated
recently updated
newest added

How to compile this project?

on the API ``` const socket = io('http://localhost', { path: '/myownpath' }); // server-side const io = require('socket.io')({ path: '/myownpath' }); ``` and sio_client.h: ``` // Client Functions - such...

enhancement

* Now, you can build `sioclient` as shared library.

On Debian 9 64bit I installed Boost using **# apt-get install boost-all-dev** I ran cmake as follows **$ cmake -DBOOST_INCLUDEDIR=/usr/include/boost -DBOOST_LIBRARYDIR=/usr/lib/x86_64-linux-gnu -DBOOST_VER:STRING=1.62 ./** and then ran **$ make install** _Scanning...

error: boost/lexical_cast.hpp: No such file or directory boost/bind.hpp ······ What about the files under the boost directory?

I'm not a professional programmer, but I need to build a software communicating between QT gui and Raspberry PI. I've implemented a Flask-SocketIO server on RPi and looking for a...

1. Update all of the submodule, the current version of submodule has some bug. ```shell cd lib/rapidjson git pull origin master cd ../.. cd lib/websocketpp git pull origin master ```...

[2019-10-02 17:43:20] [connect] Successful connection [2019-10-02 17:43:20] [info] asio async_read_at_least error: system:10054 (An existing connection was forcibly closed by the remote host) [2019-10-02 17:43:20] [error] handle_read_http_response error: websocketpp.transport:2 (Underlying Transport...

hi @yas @bazza @yandod @mdawaffe @francoisvdv , Can some one please help me with sample snippet of obtaining continuous stream using socket io connection from server ?

Hello. I cannot get this simple test work. I wrote the client in C++ and the server in NodeJS, both running on my computer. When I execute the client application,...