Registry / networking / soketto

soketto

JSON →
library0.8.1rscratesunverified

A websocket protocol implementation for client and server communication.

# Cargo.toml [dependencies] soketto = "0.8.1"
INSTALL
IMPORT
SIG · SOKETTO
S
soketto
networkingrustv0.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Server
use soketto::Server;

Imports the WebSocket server type.

use soketto::Server; fn main() { // Server requires a connection; example placeholder println!("soketto Server type available"); }
Debug
Known issues
gotchaRequires an async runtime (e.g., tokio) for network I/O.
fix
Add tokio as a dependency and use `#[tokio::main]` or similar.
affects: >=0.8.0
Upgrade
Version history
0.8.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
Resources
soketto — cargo add soketto · libregistry