Ilya Sinyugin

Results 1 comments of Ilya Sinyugin

@rj03hou A bit of a late reply, but I found a solution through ws ``` npm install ws ``` ```javascript import SturdyWebSocket from "sturdy-websocket"; import WebSocket from "ws"; const ws...