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

tokio support #86

Closed NeoLegends closed 8 years ago

NeoLegends commented 8 years ago

It would be great if this library supported tokio-rs, it would really ease up the interop and composability of this library.

I'll study the source code and I will file a PR, if I'm confident I know enough about the source to make the changes, and if that feature is desirable enough.

parris commented 7 years ago

Hello! Did you ever do some research on this? Any ideas about how this could be supported? Thanks

illegalprime commented 7 years ago

@NeoLegends would love some help on getting tokio support in