/bordeaux

Zero-configuration textboard written in Python

Primary LanguagePython

Bordeaux

Bordeaux Textboard

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.

Requirements

Clone and install dependencies

git clone git@github.com:zezic/bordeaux.git
cd bordeaux
pipenv install

Run

# deprecated, no websockets:
# pipenv run python app.py

pipenv run uvicorn app:app

Development

Use mkcert to generate the certificates:

mkcert -install
mkcert localhost