Skip to content

Viach/Chat_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat_Server

Console chat server (sockets)

Simple chat server and client with logging posts into DB.

You need to create file with your DB connector. File name: local_settings.py

import mysql.connector

connector = mysql.connector.connect(user=' ',
                                    password=' ',
                                    host=' ',
                                    database=' ')

Press /h when you start chat_client.py for help:

Help : /h - help | /l -login | /t - show last 10 | /u - show active users | /x - exit 

Releases

No releases published

Packages

No packages published

Languages