https://github.com/paritytech/soketto
A websocket protocol implementation.
https://github.com/paritytech/soketto
Last synced: 8 months ago
JSON representation
A websocket protocol implementation.
- Host: GitHub
- URL: https://github.com/paritytech/soketto
- Owner: paritytech
- License: apache-2.0
- Created: 2019-05-07T14:05:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T17:33:23.000Z (9 months ago)
- Last Synced: 2025-05-15T00:16:59.380Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 2.74 MB
- Stars: 92
- Watchers: 29
- Forks: 25
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Soketto
An implementation of the [RFC 6455][1] websocket protocol.
This crate is a heavily modified fork of the [twist][2] crate.
[1]: https://tools.ietf.org/html/rfc6455
[2]: https://crates.io/crates/twist