Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 629 Bytes

File metadata and controls

28 lines (18 loc) · 629 Bytes

XFlowResearch Chat System

Chatting CLI based server python sockets with multiple threading

get source code from : https://github.com/Khattak24/Chat-system/tree/develop

Features

  • multi-client chatting
  • client status on server
  • store messages on database

Project Structure

  • server file contains the core code of chatting server having multiple functions
  • chat_database contains the database configurations
  • test contains the basic test cases for chatting system

You can also build/ install this project

make sure python is installed