Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolasalmerge/simplechatting
Simple chatting application between a server and clients
https://github.com/nicolasalmerge/simplechatting
Last synced: 6 days ago
JSON representation
Simple chatting application between a server and clients
- Host: GitHub
- URL: https://github.com/nicolasalmerge/simplechatting
- Owner: NicolasAlmerge
- License: mit
- Created: 2023-04-26T03:26:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T13:25:09.000Z (over 1 year ago)
- Last Synced: 2024-11-08T14:59:11.624Z (about 2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Chatting
A simple chat application containing a server and a client-side. Clients can talk in groups and group managers can manage member administration and privileges.
## Running the server
To start the server, run:
```
python3 server.py
```## Running the client
To start the client, run:
```
python3 client.py
```