The Wayback Machine - https://web.archive.org/web/20201229133321/https://github.com/Viach/Chat_Server
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

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

You can’t perform that action at this time.