cs01 / termpair

View and control terminals from your browser with end-to-end encryption 🔒
MIT License
1.61k stars 72 forks source link

Upgrade to Bocadillo 0.13.1 #8

Closed florimondmanca closed 5 years ago

florimondmanca commented 5 years ago

0.13.1 adds WebSocket auto-accept, so I updated the code to use that instead of async with ws: blocks. It also shows the exception traceback by default now. :+1:

cs01 commented 5 years ago

Awesome! Makes the code read nicer. Bocadillo just keeps getting better.