gjchentw

Results 2 issues of gjchentw

#36 Use [ws](https://www.npmjs.com/package/ws) to create websocket client with stream API, and language binding side should implement server side for supporting websocket over TLS, wss://localhost:port

Currently astilectron uses tcp socket to bind other languages stack, but the data over this connection are easy to be sniffered and insecure for renderer passing data like password or...

enhancement