1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-08 13:34:09 +02:00

Add tungstenite-rs to Web programming/WebSocket

This commit is contained in:
pyros2097 2017-04-05 10:58:57 +05:30 committed by GitHub
parent bbef5a7071
commit eb478bf831

View File

@ -842,6 +842,7 @@ See also [Rust web framework comparison](https://github.com/flosse/rust-web-fram
* [cyderize/rust-websocket](https://github.com/cyderize/rust-websocket) — a framework for dealing with WebSocket connections (both clients and servers) [<img src="https://travis-ci.org/cyderize/rust-websocket.svg?branch=master">](https://travis-ci.org/cyderize/rust-websocket)
* [vityafx/urlshortener-rs](https://github.com/vityafx/urlshortener-rs) [[urlshortener](https://crates.io/crates/urlshortener)] — A very simple urlshortener library for Rust. [<img src="https://travis-ci.org/vityafx/urlshortener-rs.svg?branch=master">](https://travis-ci.org/vityafx/urlshortener-rs)
* [housleyjk/ws-rs](https://github.com/housleyjk/ws-rs) — lightweight, event-driven WebSockets for Rust [<img src="https://travis-ci.org/housleyjk/ws-rs.svg?branch=stable">](https://travis-ci.org/housleyjk/ws-rs)
* [snapview/tungstenite-rs](https://github.com/snapview/tungstenite-rs) - Lightweight stream-based WebSocket implementation for Rust.
## Resources