ElvisChiang / welly

Welly exported from code.google.com/p/welly
GNU General Public License v2.0
11 stars 2 forks source link

Support Websockets connection #84

Closed clyang closed 7 years ago

clyang commented 7 years ago

Recently ptt.cc starts to support connection via Websocket. It would be very helpful for users in the restricted/public network environment (corporation, public wifi or cafe) to establish a safety connection via standard https protocol.

To achieve it, a simple proxy that bridges local unix socket and websocket is included. The source code of this proxy could be found at: https://github.com/clyang/Go-UnixSocket2WebSocket