Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

philomath213/rapid_lobby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

$ 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]

$ python rapid_lobby_cli.py create 127.0.0.1 2130
[+] server started

Running the client:

python rapid_lobby_cli.py join <host> <port>

$ python rapid_lobby_cli.py join 127.0.0.1 2130
[+] Connected To: 127.0.0.1:2130
username: p213
[+] loggin ...
>> 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages