socket.io-client-cpp
socket.io-client-cpp copied to clipboard
Sent message to client
Is it possible to send message to the client from socket.io server cpp (found here: https://github.com/mrudangit/Socket.IO.Server.CPP ?)
I managed to do it with node as the middle man between Angular and C++: https://github.com/xinthose/angular_cpp_websocket/blob/e5b5a293b7c889f49b4b122b8943250fc4b98607/back_end/src/websocket.cpp#L112