/hyper-websocket

🔌 Upgrade hyper HTTP requests to WebSocket connections, server-side

Primary LanguageRustMozilla Public License 2.0MPL-2.0

hyper-websocket (unstable; unreleased)

Upgrade hyper HTTP requests to WebSocket connections (server-side)

Linux/OSX Build Status Windows Build Status

Documentation

Usage

First, add this to your Cargo.toml:

[dependencies.hyper-websocket]
git = "https://github.com/spinda/hyper-websocket"

Next, add this to your crate:

extern crate hyper_websocket;

use hyper_websocket;

License

MPL-2.0

Helpful resources:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.