lemunozm / message-io

Fast and easy-to-use event-driven network library.
Apache License 2.0
1.12k stars 75 forks source link

Encryption #26

Closed tarcieri closed 3 years ago

tarcieri commented 3 years ago

Are you planning on adding encrypted connections at some point?

lemunozm commented 3 years ago

Hi @tarcieri, the idea is to add the new adapters as WebSocket (currently working), webRTS and TLS (I think that you are asking for something like this one).

If you (or someone) are interested in other protocols/transports, it can be implemented easily as I mention here.

lemunozm commented 3 years ago

Regardin security, now message-io supports secure Websockets using the schema wss://domain:port/... at connection

tarcieri commented 3 years ago

Cool, I think this can be closed then