skylerknecht / messenger

SOCKS5 over WebSockets and HTTP
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Looking forward to the full version of messenger #1

Open jamesolasx opened 3 months ago

jamesolasx commented 3 months ago
  1. Add data compression, such as snappy
  2. The client allows setting up http/socks proxy to connect to the server
  3. More complex data encryption, such as AES
  4. Consider adding heartbeat function
skylerknecht commented 3 months ago

Thanks for the list of recommendations - I'll defintelly look into adding these in upcoming releases.

Could you provide some further clarification on number two? The client currently is able to connect over HTTP and establish a SOCKS5 tunnel.