naia-server-socket 0.20.0

An abstraction to provide a common API over either a UDP socket or a service that can establish WebRTC connections
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.async-dup]
version = "1.2.2"

[dependencies.futures-channel]
features = ["sink"]
version = "0.3"

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

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

[dependencies.http]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.naia-socket-shared]
version = "0.20"

[dependencies.once_cell]
version = "1.4.1"

[dependencies.smol]
version = "1.3"

[dependencies.webrtc-unreliable]
version = "0.5.2"

[package]
authors = ["connorcarpenter <connorcarpenter@gmail.com>"]
categories = ["network-programming", "game-development", "wasm", "web-programming"]
description = "An abstraction to provide a common API over either a UDP socket or a service that can establish WebRTC connections"
documentation = "https://docs.rs/naia-server-socket"
edition = "2021"
homepage = "https://github.com/naia-lib/naia"
keywords = ["webrtc", "udp", "server", "gamedev", "networking"]
license = "MIT OR Apache-2.0"
name = "naia-server-socket"
repository = "https://github.com/naia-lib/naia"
version = "0.20.0"