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

https://github.com/jefer94/websocket


https://github.com/jefer94/websocket

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# save deps
pip freeze -l -r ./requirements.txt > ./requirements.txt

# dev
python -m sanic websocket.main -r

# virtualenv
https://docs.python.org/3/library/venv.html#how-venvs-work
source ./venv/bin/activate