This commit is contained in:
eetnaviation
2024-01-01 23:26:07 +02:00
parent 102169d060
commit b63ede8839
3 changed files with 197 additions and 0 deletions

View File

@ -1,2 +1,25 @@
# lantalk-public
Public repo for my lan chatting app
Features:
- Custom PORT
- Custom username
- Custom username color
- Random username color
- Chat logging
- Linux and windows clients
# Running the server on linux
Download the repo.
## Run lantalk server
Run ```python server_lantalk.py```
# Running the server on windows
Go to releases tab on repo and download server.
# Running client on linux
Download the repo
## Run lantalk client
Run ```python client_lantalk.py```
# Running the server on windows
Go to releases tab on repo and download server.