Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
myitinos 035501857b added year and license holder il y a 5 ans
LICENSE added year and license holder il y a 5 ans
README.md populate the readme il y a 5 ans

README.md

chat-app

Table of Contents

This is a simple chat app that use socket for connection, and it's clients side can use netcat to connect or use the provided client side script to open a GUI client using tkinter.

Server

You can run the server side script inside the server subdirectory by using:

__main__.py HOST PORT

or

__main__.py -h

to see the full help dialog

Client

You can run the client side script inside the client subdirectory by using:

__main__.py HOST PORT

or

__main__.py -h

to see the full help dialog

Thanks to

Thanks to these two article as my inspiration