You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
Hey,
I think you have a typo in your USAGE section of the readme.
var WebSocket = require('websocket').WebSocket;
Should probably be
var WebSocket = require('websocket-client').WebSocket;
Right?