simple-websockets 0.1.0

Fast and efficient WebSocket server with an easy API
Documentation
[dependencies.flume]
version = "0.10"

[dependencies.futures-util]
version = "0.3"

[dependencies.tokio]
features = ["full"]
version = "1.3"

[dependencies.tokio-tungstenite]
version = "0.14"

[package]
authors = ["Flying-Toast"]
categories = ["web-programming::websocket", "web-programming", "network-programming", "concurrency", "asynchronous"]
description = "Fast and efficient WebSocket server with an easy API"
edition = "2018"
homepage = "https://github.com/Flying-Toast/simple-websockets"
keywords = ["websocket", "web", "async", "server", "network"]
license = "MIT"
name = "simple-websockets"
repository = "https://github.com/Flying-Toast/simple-websockets"
version = "0.1.0"