Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

jmnie/IMQT-IM-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant Messaging Application using Qt and C++

  • A socket programming project implemented in Qt and C++ supporting real-time communication.
  • Developed server and client using Qt in C++ for real-time communication based on TCP protocol.
  • Supported multiple users login at the same time and implemented group chat function for multiple users.
  • Used MySQL in the back-end to store the users’ properties and historical messages.
  • Implemented features for user registration, password reset and change avatar.

Client

  • Used Qt Widget for the interfaces.
  • Used TCP protocol for the communication.

Client Interface

User Login

Chat Room

Server

Server Info

Useage

This project requried server to start on the back end which could start use:

  • bash start.sh Then the server will run in the backend. User could login to the server and perform functionabilities.

About

Chat Room Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published