百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
T

tokio-tungstenite

> 编程语言
开源

基于未来的 tungstenite for Tokio。基于流的轻量级 WebSocket 实现

2.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

基于未来的 tungstenite for Tokio。基于流的轻量级 WebSocket 实现

tokio-tungstenite

Asynchronous WebSockets for Tokio stack. Documentation

Usage

Add this in your Cargo.toml:

[dependencies]
tokio-tungstenite = "0.30"

Take a look at the examples/ directory for client and server examples. You may also want to get familiar with Tokio if you don't have any experience with it.

What is tokio-tungstenite?

This crate is based on tungstenite-rs Rust WebSocket library and provides Tokio bindings and wrappers for it, so you can use it with non-blocking/asynchronous TcpStreams from and couple it together with other crates from Tokio stack.

Features

As with tungstenite-rs TLS is supported on all platforms using native-tls or rustls through feature flags: native-tls, rustls-tls-native-roots or rustls-tls-webpki-roots feature flags. Neither is enabled by default. See the Cargo.toml for more information. If you require support for secure WebSockets (wss://) enable one of them.

Note, that if you're using rustls features with tokio-tungstenite version 0.23.0 or higher, you might observe a panic that is easy to fix (see the issue). Check the discussion for more details.

Is it performant?

In essence, tokio-tungstenite is a wrapper for tungstenite, so the performance is capped by the performance of tungstenite. tungstenite has a decent performance (it has been used in production for real-time communication software, video conferencing, etc), but it's definitely not the fastest WebSocket library in the world at the moment of writing this note.

We are aware of changes that both tungstenite and tokio-tungstenite require in order to make it on-par with slightly more performant libraries like fastwebsockets. In the course of past years we have merged several performance improvements submitted by the awesome community of Rust users who helped to improve the library! The more recent versions of tokio-tungstenite (> 0.26.2) are more performant and should be more on-par with fastwebsockets.

For a quick summary of the pending performance problems/improvements, see the comment.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Rust
  • •asynchronous
  • •tokio
  • •tokio-tungstenite
  • •websocket

> 标签

Rustasynchronoustokiotokio-tungstenitewebsocket

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言