More commented code/ more detailed examples
Hi, could you please add more detailed examples of c++ clients or add comments? I have programmed multithreaded Java client/server apps and node.js socket.io apps before, but this c++ example with locks and without any comments is just unparsable for begginers. I guess that locks are for enforcing singlethreadness of listening for/sending data. Wouldn't it be easier to do it multithreaded or equivalentnly add comments what does it all mean? This would only suit begginers who are not accustomed to locks, which is in my opinion very hard to understand.
As someone who hasn't grasped the basics of C++ but needs to use this library to finish a school project... yeah it would be nice if there was better documentation, bumping this so perhaps someone will actually reply with useful example code.
Not even asking to be spoonfed just working examples please.
Yes very poorly documented and lack of examples that show usage of many functions.
Please do put detailed documentation for the socket-io-cpp API.