From f59f20bc804fa82091046b801383050381c68ab1 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Mon, 1 Mar 2021 17:38:10 +0100 Subject: [PATCH] doc: update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 430f3b7..38de089 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ fn main () { Take a look at the examples section to see how to write a simple client/server. +**NOTE:** `tungstenite-rs` is more like a barebone to build reliable modern networking applications +using WebSockets. If you're looking for a modern production-ready "batteries included" WebSocket +library that allows you to efficiently use non-blocking sockets and do "full-duplex" communication, +take a look at [`tokio-tungstenite`](https://github.com/snapview/tokio-tungstenite). + [![MIT licensed](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE-MIT) [![Apache-2.0 licensed](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE-APACHE) [![Crates.io](https://img.shields.io/crates/v/tungstenite.svg?maxAge=2592000)](https://crates.io/crates/tungstenite)