websockets-rs / rust-websocket

A WebSocket (RFC6455) library written in Rust
http://websockets-rs.github.io/rust-websocket/
MIT License
1.55k stars 223 forks source link

What is the relationship between the 'websocket' and 'servo-websocket' crates? #147

Closed faern closed 6 years ago

faern commented 7 years ago

On crates.io there is one crate named websocket and one named servo-websocket. Both of them reference this repository as their repository.

Are there any differences between the crates? why do both exist? and which one should one typically use?

illegalprime commented 6 years ago

servo-websocket is an older version used in servo with some hotfixes that they needed to be in crates.io that could not be merged and published in time to meet their schedule (from what I understand). Now as far as I'm aware all of those fixes (and more features) have been added to this crate.

faern commented 6 years ago

Ok. So anyone, except Servo, should use the websocket crate then. Everything I wanted to know has been answered :)