Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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