Please tell me, can I write a C ++ console application and connect to some node.js server (using nodeter as an example) that uses socket.io? Some (C / C ++) -> (node.js / socket.io) library? Thanks
boost :: asio based C ++ socket.io client
Yes it is possible. FWIW, an open source project, does this in Objective-C , which should at least give you some ideas on how to do this in C / C ++.