fixes: - Migrate [websockets](https://github.com/python-websockets/websockets) to [picows](https://github.com/tarasko/picows), which improve a lot of performance (around 1.3MB/s to 17MB/s, without tunnel: 90MB/s on my laptop). - Clean the code
0.0.3
fixes: - Improve performance. - Don't set default logging level to debug on client. feat: - You can set password to authencate client now. use params --password to set.