Python
Java
JavaScript
Android
Golang
C/C++
Swift
PHP
Node.js
Ruby
.NET
More
React
Linux
Rust
Vue.js
Flutter
Command-line
Network programming
Database
Applications
IDEs
More...
Home
/
Rust
/
WebSocket
WebSocket
Crates to communicate over the WebSocket protocol
Search
Newest releases
Newest releases
Most popular
WebSocket
3
An aria2 websocket jsonrpc in Rust
aria2-ws An aria2 websocket jsonrpc in Rust. Built with tokio. Docs.rs aria2 RPC docs Features Almost all methods and structed responses Auto reconnec
WebSocket
16
rust-pinyin binding for NodeJS
@napi-rs/pinyin rust-pinyin NodeJS 版本,不支持 web. 功能 超高性能 无 postinstall 与 node-gyp,纯净安装无烦恼 跨 NodeJS 版本支持,升级 Node 版本无需 rebuild/reinstall linux alpine 支持 分
WebSocket
38
wampire - A WAMPv2 client and router implenting the basic WAMP profile
Wampire Wampire is a Web Application Messaging Protcol v2 router library, client library, and a router service, that implements most of the features d
WebSocket
36
wstcp - WebSocket to TCP proxy server
wstcp WebSocket to TCP proxy written in Rust. Install Precompiled binaries A precompiled binary for Linux environment is available in the releases pag
WebSocket
109
websocket-lite - A fast, low-overhead WebSocket client
websocket-lite This repo contains three crates: websocket-lite, a fast, low-overhead WebSocket client websocket-codec, a Tokio codec implementation of
WebSocket
1.4k
tokio-tungstenite - Tokio binding for Tungstenite, the Lightweight stream-based WebSocket ...
tokio-tungstenite Asynchronous WebSockets for Tokio stack. Documentation Usage Add this in your Cargo.toml: [dependencies] tokio-tungstenite = "*" Tak
WebSocket
87
ws_stream_wasm - A convenience library for using websockets in WASM
ws_stream_wasm A convenience library for using web sockets in WASM features: [WsMeta]: A wrapper around [web_sys::WebSocket]. [WsMessage]: A simple ru
WebSocket
372
async-tungstenite - Async binding for Tungstenite, the Lightweight stream-based WebSocket ...
async-tungstenite Asynchronous WebSockets for async-std, tokio, gio and any std Futures runtime. Documentation Usage Add this in your Cargo.toml: [dep
WebSocket
13
websocket_core — Websocket generic server library for periodic message broadcast.
Websocket Core (Rust) Websocket generic server library for: Periodic message broadcast Eventual (Pubsub) message broadcast Async request reply Authors
WebSocket
42
urlshortener-rs — A very simple urlshortener library for Rust.
urlshortener-rs A very simple urlshortener for Rust. This library aims to implement as much URL shortener services as possible and to provide an inter
WebSocket
6.1k
websocat — CLI for interacting with WebSockets, with functionality of Netcat, Curl and Soc...
websocat Netcat, curl and socat for WebSockets. Examples Connect to public echo server $ websocat ws://echo.websocket.org 123 123 ABC ABC Serve and c
WebSocket
1.6k
tungstenite-rs — Lightweight stream-based WebSocket implementation for Rust.
Tungstenite Lightweight stream-based WebSocket implementation for Rust. use std::net::TcpListener; use std::thread::spawn; use tungstenite::server::ac
WebSocket
1.4k
ws-rs — lightweight, event-driven WebSockets for Rust
WS-RS Lightweight, event-driven WebSockets for Rust. /// A WebSocket echo server listen("127.0.0.1:3012", |out| { move |msg| { out.send(ms
WebSocket
1.4k
rust-websocket — A framework for dealing with WebSocket connections (both clients and serv...
Rust-WebSocket Note: Maintainership of this project is slugglish. You may want to use tungstenite or tokio-tungstenite instead. Rust-WebSocket is a We
WebSocket
62
sockjs — A SockJS server for Rust
SockJS server SockJS server for Actix framework. API Documentation Cargo package: sockjs SockJS is built with Actix web Minimum supported Rust version
Categories
Rust
3378
Encoding JSON
43
Applications
36
Asynchronous
112
Audio and Music
58
Authentication
31
Automotive
12
Build system
43
Caching
32
Cargo plugins
46
Command-line
418
Compression
22
Computation
18
Concurrency
70
Configuration
28
Cryptocurrencies
96
Cryptography
130
Data processing
14
Data structures
182
Data visualization
16
Database
74
Database interfaces
35
Date and time
17
Debugging
55
Deployment
69
Development tools
27
Distributed systems
14
Email
20
Embedded
4
Embedded development
90
Emulators
29
Encoding Binary
4
Encoding Multimedia
3
Encoding XML
10
Encoding YAML
8
Filesystem
91
Foreign Function Interface
101
Game development
106
Games
62
Genetic algorithms
12
Geospatial
3
Graphics
71
GUI
167
HTTP Client
52
IDEs
32
Image processing
101
Industrial automation
3
Logging
11
Machine learning
68
macOS APIs
10
Math
46
Memory management
40
Miscellaneous
162
Mobile
4
Network programming
133
No standard library
34
Observability
2
Operating systems
21
Parsing
75
Platform specific
12
Procedural macros
40
Productivity
2
Profiling
28
Resources
13
Science
44
Scripting
17
Security tools
57
Simulation
1
Static Site Generators
20
System tools
54
Template engine
65
Testing
83
Text editors
40
Text processing
69
Text search
21
Unix APIs
33
Utilities
439
Value formatting
9
Video
27
Virtualization
34
Web programming
82
Web Servers
83
WebAssembly
21
WebSocket
17
Windows APIs
18
Most popular
More
01
websocat — CLI for interacting with WebSockets, with functionality of Netcat, Curl and Soc...
02
tungstenite-rs — Lightweight stream-based WebSocket implementation for Rust.
03
tokio-tungstenite - Tokio binding for Tungstenite, the Lightweight stream-based WebSocket ...
04
ws-rs — lightweight, event-driven WebSockets for Rust
05
rust-websocket — A framework for dealing with WebSocket connections (both clients and serv...
06
async-tungstenite - Async binding for Tungstenite, the Lightweight stream-based WebSocket ...
07
websocket-lite - A fast, low-overhead WebSocket client
08
ws_stream_wasm - A convenience library for using websockets in WASM
09
sockjs — A SockJS server for Rust
10
urlshortener-rs — A very simple urlshortener library for Rust.