Kitware / wslink

Python/JavaScript library for communicating over WebSocket
https://kitware.github.io/wslink/
BSD 3-Clause "New" or "Revised" License
83 stars 27 forks source link

Refactor dependencies #69

Closed scottwittenburg closed 3 years ago

scottwittenburg commented 3 years ago

In addition to removing twisted and autobahn dependencies from wslink, this PR has a number of other benefits:

Some remaining todo items:

jourdain commented 3 years ago

It is not easy to look at the diff but seems reasonable... Going to look at the code locally to see if I see any missing part.