Skip to content

jyotirmay-exe/py-tcp_chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCP Chatroom in Python

Simple TCP/IP based chatroom written in python using client-server connection architecture. The listening ip and port, and connecting ip and port can be specified for client and server in configs\cl-config.json and configs\svr-config.json respectively.

How to use it?

There's no need to install any external library/module. All the modules used are distributed in the Python Standard Library.

First off, clone this repo: git clone https://github.com/jyotirmay-exe/py-tcp_chatroom.git

Execute the server script: python server.py

Now execute as many client scripts as you need: python client.py

This works both locally and remotely if there's no port forwarding or firewall issues.

All the chat logs are recorded in configs\logs.txt file.

That's it :)

About

Simple CLI chatroom in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages