wsc
wsc copied to clipboard
WebSocket client for the terminal
我的环境里发生了这种错误,请问下是什么原因呢? 
Currently, the attempt to connect to the WebSocket server encrypted with self-signed certificate causes an error: ``` Error: self signed certificate ``` This pull request fixes it by adding `-a`...
This PR upgrades `chalk`, `meow` and `ws` to their latest versions compatible with Node `4`.
It can be useful to decode binary responses over the websocket too, if you know what format they are in. Now you can open a websocket with a flag indicating...