You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A basic chat application in Linux and OS X (not tested). The server is a TCP C++ server with low-level C pthreads. The client side, on the other hand, is realized with Qt and uses Qt's network classes for the low-level TCP protocol.
Features
Global message sending
Joint chat room, where everybody can see every message.