Bordeaux is a zero-configuration textboard written in Python. It's potentially vulnerable and created mainly for playing with new async Python framework called Starlette.
- Python 3.8
- Pipenv
git clone git@github.com:zezic/bordeaux.git
cd bordeaux
pipenv install
# deprecated, no websockets:
# pipenv run python app.py
pipenv run uvicorn app:app
Use mkcert to generate the certificates:
mkcert -install
mkcert localhost