Skip to content

ahadulalam1005118/linux-chat-application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.1%
  • Makefile 18.0%
  • C 1.7%
  • QMake 1.2%