Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Implement WebSocket #145

Closed
PooyaEimandar opened this issue Nov 5, 2021 · 0 comments
Closed

Implement WebSocket #145

PooyaEimandar opened this issue Nov 5, 2021 · 0 comments
Labels
dev::feature New feature(s)

Comments

@PooyaEimandar
Copy link
Contributor

In Wolf2 we've used uWebSockets which is a fast, simple & secure WebSocket library written in C++17.
In Rust community, this is the current state of permessage-deflate in Rust's WebSocket libraries and it seems Rust does not have a stable WebSocket library yet.

So we have two options:

  1. Use cxx for binding to uWebSockets
  2. Wait for this pull request
@PooyaEimandar PooyaEimandar added dev::feature New feature(s) needed::design decision Issues that need a design decision are blocked for development until a project leader clarifies it labels Nov 5, 2021
@PooyaEimandar PooyaEimandar removed the needed::design decision Issues that need a design decision are blocked for development until a project leader clarifies it label Nov 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dev::feature New feature(s)
Projects
None yet
Development

No branches or pull requests

1 participant