Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

joaopaulosr95/event-driven-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-chat

This module was built for Python 2.7, compatibility for Python 3 is not warranted

known issues

Issue Fix
When an invalid ID is provided the system crashes. When dettaching a client, the method in charge should remove the client itself from the client list instead of just setting its id and socket values to None

usage

  • Start the server

      python server.py <port>
    
  • Start a viewer client

      python client.py [host:port] viewer
    
  • Start a sender client

      python client.py [host:port] sender [--viewer_id <viewer_id>]
    

Releases

No releases published

Packages

No packages published

Languages