Hacker News new | ask | show | jobs
by gcz92 4086 days ago
Out of curiosity, what's the reasoning behind going with C++? Just for fun or is there some advantage to C++ over other languages for sockets?
1 comments

I believe it's more for client side coding not node.js socket.io implemented in c++...
Ah, that makes sense. And I think I might have found an answer to my own question:

"By virtue of being written in C++, this client works in several different platforms. The examples folder contains an iPhone, QT and Console example chat client!" - From the github repo