krta2 / socket-chat

socket based multi-client chatting program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socket-chat

multi-client chatting program

flowchart

Environments

  • Python3
  • Ubuntu
  • Windows may be...

Run

Server

$ python srv.py [host] [port]
Chat Server started on [host]:[port]
...

Client

$ python cli.py [host] [port]
> Connected to the chat server (1 user online)
# Input message
Hello
[You] Hello
> New user 127.0.0.1:55672 entered (2 users online)
[127.0.0.1:55672] Hi!
...

About

socket based multi-client chatting program


Languages

Language:Python 100.0%