czimbortibor / linux-chat-application

C++ TCP server and client on GNU/Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linux-chat-application

Overview

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.

Private message sending

Private chatting between two users.

About

C++ TCP server and client on GNU/Linux

License:MIT License


Languages

Language:C++ 79.1%Language:Makefile 18.0%Language:C 1.7%Language:QMake 1.2%