timvisee / ffsend-api

:mailbox_with_mail: A fully featured Firefox Send API client written in Rust.
https://gitlab.com/timvisee/ffsend-api
MIT License
89 stars 13 forks source link

Move to tungstenite for WebSockets #68

Open sdroege opened 4 years ago

sdroege commented 4 years ago

As written at the top of the README.md of websocket:

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

timvisee commented 4 years ago

Thanks for the heads-up on this. Good suggestion.

I don't have much time available right now to port to tungstenite though. Feel free to submit a PR.

werdahias commented 1 year ago

Related to https://github.com/timvisee/ffsend/issues/162. +1 for that as it would ease packaging a lot.