4 releases (breaking)

0.4.0 May 23, 2021
0.3.0 Mar 5, 2021
0.2.0 Feb 4, 2021
0.1.0 Dec 4, 2020

#1081 in HTTP server

Download history 598/week @ 2023-12-17 376/week @ 2023-12-24 348/week @ 2023-12-31 510/week @ 2024-01-07 703/week @ 2024-01-14 743/week @ 2024-01-21 456/week @ 2024-01-28 493/week @ 2024-02-04 569/week @ 2024-02-11 568/week @ 2024-02-18 568/week @ 2024-02-25 638/week @ 2024-03-03 1109/week @ 2024-03-10 863/week @ 2024-03-17 1190/week @ 2024-03-24 1023/week @ 2024-03-31

4,272 downloads per month
Used in 12 crates (8 directly)

MIT/Apache

21KB
181 lines

tide-websockets

experimental websockets handler for tide based on async-tungstenite

Installation

$ cargo add tide-websockets

Using with tide

This can either be used as a middleware or as an endpoint. If used as a middleware, the endpoint will be executed if the request is not a websocket upgrade. If used as an endpoint but the request is not a websocket request, tide will reply with a 426 Upgrade Required status code.

see the example for the most up-to-date example of usage

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Alternatives

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~12–24MB
~355K SLoC