Lightweight, fast and native WebSocket implementation for Rust. https://docs.rs/wsocket
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-29 00:41:34 +02:00
.github/workflows fixed features 2023-10-03 20:42:30 +02:00
src close: encode and decode tests plus CloseCodeNotAllowed 2026-05-28 15:52:23 +02:00
.editorconfig Initial Commit 2023-10-03 20:28:26 +02:00
.gitignore Initial Commit 2023-10-03 20:28:26 +02:00
.rustfmt.toml Initial Commit 2023-10-03 20:28:26 +02:00
Cargo.toml misc: migrate to elbforge 2026-07-29 00:41:34 +02:00
LICENSE-APACHE Initial Commit 2023-10-03 20:28:26 +02:00
LICENSE-MIT Initial Commit 2023-10-03 20:28:26 +02:00
README.md cleanup 2024-03-29 12:28:34 +01:00

WSocket

Lightweight, fast and native WebSocket implementation for Rust.

based on https://github.com/nurmohammed840/websocket.rs

Usage

TODO

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.