Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philomath213/rapid_lobby
https://github.com/philomath213/rapid_lobby
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philomath213/rapid_lobby
- Owner: philomath213
- Archived: true
- Created: 2018-04-24T21:37:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T22:14:54.000Z (about 5 years ago)
- Last Synced: 2024-07-23T05:38:46.025Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ...
>>
```