Giter Site home page Giter Site logo

ry / tokio-tungstenite Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dnaka91/tokio-tungstenite

0.0 2.0 0.0 230 KB

Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation

License: MIT License

Rust 95.51% Shell 4.49%

tokio-tungstenite's Introduction

tokio-tungstenite

Asynchronous WebSockets for Tokio stack.

MIT licensed Crates.io Build Status

Documentation

Usage

Add this in your Cargo.toml:

[dependencies]
tokio-tungstenite = "*"

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 the native-tls and rustls-tls feature flags. Neither is enabled by default. If you require support for secure WebSockets (wss://) enable one of them.

tokio-tungstenite's People

Contributors

agalakhov avatar bluetech avatar daniel-abramov avatar dbcfd avatar deedasmi avatar dnaka91 avatar erk- avatar eroc33 avatar flosse avatar gabi-250 avatar hbgl avatar jasondavies avatar jeffesquivels avatar joelreymont avatar johannesd3 avatar johntitor avatar jxs avatar kellytk avatar mehcode avatar mpajkowski avatar najamelan avatar nelsonjchen avatar nemasu avatar nickelc avatar sbruton avatar sdroege avatar spinda avatar syedahkam avatar taiki-e avatar torlenor avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.