/Chatserver

Simple chat program with sockets

Primary LanguagePython

-Local Hosting
Run the server.py file first
Run the chat.py file second

-Web Hosting
You'll need to port forward on your router for it to work correctly over the internet
Open the server.py file and change the IP / PORT at top
Open the chat.py file and change the IP / PORT to the server's info
Run the server.py file first
Run the chat.py file second


Dependencies:
socket
threading