Skip to content

ryseek/Python_TCP_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_TCP_chat

This is chat written in python. It uses only asyncio sockets for connections and telnet for chatting.

The 'server.py' file is backend for chat. If you want to run it:

1# At the last line in 'server.py' enter the local IP adress of your pc that will run server

2# Open terminal and execute this string "telnet <Server's IP> 8888"

3# Chat to everybody on this server. You can open another terminal window and run telnet again to test server.

(c) ryseek & kupreeva

About

Micro chat in python using only 70 lines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages