Skip to content

riorz/wss_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple python websocket chat.

  • require python3.7+

Installation

python -m venv venv
. venv/bin/activate
pip install .

Start a server

chatroom serve --bind-ip 0.0.0.0 --bind-port 8000 --ca-file certifications/cert_with_key.pem [--allowed-clients folder_contains_client_cert]

Start a client

chatroom connect --host localhost --bind-port 8000 --ca-file certifications/server.pem --handle your_name [--client-cert client_cert/client.pem]

About

A simple secure websocket chat application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages