timvisee / ffsend

:mailbox_with_mail: Easily and securely share files from the command line. A fully featured Firefox Send client.
https://gitlab.com/timvisee/ffsend
GNU General Public License v3.0
6.92k stars 182 forks source link

[Feature request] Switch to tungstenite #162

Open werdahias opened 1 year ago

werdahias commented 1 year ago

From the websocket readme:

Note: Maintainership of this project is slugglish. You may want to use tungstenite or tokio-tungstenite instead.
[...]

Note that this particular library is based on obsolete dependencies (Hyper 0.10, Tokio 0.1), so is a poor choice for new projects. You are adviced to use other Websocket libraries.

I think it might be good to switch to a maintained, more up-to-date websocket implementation such as tungstenite. This would also help along packaging this program for debian.