jamsocket 0.1.7

A lightweight framework for building WebSocket services.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.133"

[features]
default = []

[package]
authors = ["Paul Butler <paulgb@gmail.com>"]
description = "A lightweight framework for building WebSocket services."
edition = "2018"
keywords = ["websocket"]
license = "MIT OR Apache-2.0"
name = "jamsocket"
readme = "../README.md"
repository = "https://github.com/drifting-in-space/jamsocket"
version = "0.1.7"