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

Sent message to client

Open kupferb opened this issue 6 years ago • 1 comments

Is it possible to send message to the client from socket.io server cpp (found here: https://github.com/mrudangit/Socket.IO.Server.CPP ?)

kupferb avatar Nov 21 '19 12:11 kupferb

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

xinthose avatar Jan 28 '20 21:01 xinthose