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

https://github.com/jenting/websocket


https://github.com/jenting/websocket

Last synced: about 1 year ago
JSON representation

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
```