wynd-0.1.1 has been yanked.
Wynd
A user friendly WebSocket server written in Rust
"This is an experimental project, and its development may change over time."
Please star the repo if you like it, so that I know someone is using it.
Table of Contents
Overview
Wynd is a user friendly WebSocket server written in Rust.
Goals
- Provide an intuitive and simple API like WS in javascript.
- Focus on developer experience first; performance optimizations will come later
- Prioritize ease of use over low-level control initially
Installation
You can add wynd to your project using Cargo:
Or manually add it to your Cargo.toml:
[]
= "0.1.1"
= { = "1.44.0", = ["full"] }
Basic Example
use Server;
async