Skip to content

JacobJax/Python-TCP-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python TCP Chat 🐍

A simple Chat server and client implementation using Python sockets

illiustration

Installation

All you need to get started with the Chat is a machine with python installed.

  1. Run git clone https://github.com/JacobJax/Python-TCP-Chat.git
  2. Run python server.py to start the server. You can the run python client.py on multiple multiple machines to connect to the chat server.

If you have problems running python server.py or python client.py try using python3 server.py and python3 client.py instead.

About

Simple python chat server and client with python sockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages