Skip to content

abdelkader4004/AEK-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-system

This project is a client-server chat system

Modules

This project contains three modules:

  • Chat Server is the server which accepts connections and serves as mediator for message exhcange between clients.
  • Chat Client is the desktop client.
  • File Server is a costum file server which serves to transfer files between clients. This is to avoid to put this charge on the chat server.

Data

The users data is stored in a MySQL database (the sql script "chatserveur.sql" conains the database structure.) which contains:

  • A table for users and,
  • A relation table which links each user to its friends.

image

Releases

No releases published

Packages

No packages published

Languages