google / openhtf

The open-source hardware testing framework.
Apache License 2.0
537 stars 215 forks source link

Remove sockJS and use websocket for the front-end. #1148

Closed copybara-service[bot] closed 4 months ago

copybara-service[bot] commented 7 months ago

Remove sockJS and use websocket for the front-end.

This attempts to remove both tornado-sockjs from the HTF servers and sockJS from the front-end getting served.

SockJS is a websocket emulator used as a compatibility shim in environments that don't support the websocket API. However, the TornadoSockJS library is no longer being maintained.


This change is Reviewable