Skip to content

A chat using knowledge of the application layer with sockets.

Notifications You must be signed in to change notification settings

thaliabma/Redes_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat PAPOEMDIA

Colorful and fun chat, made with sockets!

CodigoRodando

Install

You'll have to install the latest version of Python in your terminal if it's not installed yet.

How to run

1°- You have to run the server

In Powershell (version 3.10.2):
python server.py

In WSL (version 3.8.10):

python3 server.py

2°- Now open a new terminal and it's time to connect a client, you can connect as much clients as you want

In Powershell (version 3.10.2):
python client.py

In WSL (version 3.8.10):

python3 client.py

CONSIDERATIONS

  • If you want to desconnect a client, you'll have to close the terminal.
  • You can't open more than one server.

HAVE FUN!

About

A chat using knowledge of the application layer with sockets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages