Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/philomath213/rapid_lobby


https://github.com/philomath213/rapid_lobby

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# rapid_lobby
Rapid Lobby is a client/server app written in Python3 that allows multiple users to communicate over a shared channel.

# Installation

You need only Python3 to run the App.

```bash
$ git clone https://github.com/philomath213/rapid_lobby.git
```
# Usage
Running the server:

python rapid_lobby_cli.py create <host> <port> [-m MAX_CLIENTS_NUM]
```bash
$ python rapid_lobby_cli.py create 127.0.0.1 2130
[+] server started
```

Running the client:

python rapid_lobby_cli.py join <host> <port>
```bash
$ python rapid_lobby_cli.py join 127.0.0.1 2130
[+] Connected To: 127.0.0.1:2130
username: p213
[+] loggin ...
>>
```