https://github.com/jenting/websocket
https://github.com/jenting/websocket
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenting/websocket
- Owner: jenting
- Created: 2023-08-29T12:54:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T08:22:55.000Z (over 1 year ago)
- Last Synced: 2025-02-01T09:15:35.705Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Websocket
# Prerequisite
```console
pip3 install -r requirements.txt
```
# Run It
- Server
```console
python3 server.py
```
- Client
```console
streamlit run client.py --browser.gatherUsageStats=false --client.toolbarMode=minimal
```