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: 10 months ago
JSON representation

Simple chatting application between a server and clients

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
```