Hi everyone! Does anyone know how to make a chat in Python? I tried to search it up and understand the code, but there is always something wrong. They give me server.py and client.py, but my main.py is empty, the code doesn't work. Does anyone know how to make it? Thank you!
How To Make A Chat In Python
Hi everyone! Does anyone know how to make a chat in Python? I tried to search it up and understand the code, but there is always something wrong. They give me
server.py
andclient.py
, but mymain.py
is empty, the code doesn't work. Does anyone know how to make it? Thank you!hey
@JeffreyChen13, i created a video conferencing app: https://replit.com/talk/share/EasyMeet-A-video-conferencing-app-I-made/142702you can take a look at the chat feature that uses socketio, hope that helps!
do you think it's a good tutorial?