yuvipanda / jupyterhub-ssh

SSH Access to JupyterHubs
BSD 3-Clause "New" or "Revised" License
93 stars 29 forks source link

Remove websocket dependency #14

Open yuvipanda opened 3 years ago

yuvipanda commented 3 years ago

We currently use the websockets library as a websocket client. However, the aiohttp library we use already supports websockets. We should just switch to using it.