wsc icon indicating copy to clipboard operation
wsc copied to clipboard

WebSocket client for the terminal

Results 4 wsc issues
Sort by recently updated
recently updated
newest added

我的环境里发生了这种错误,请问下是什么原因呢? ![image](https://user-images.githubusercontent.com/12232338/52947643-45d08700-33b2-11e9-8ddb-6466897ceb64.png)

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...