Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 601 Bytes

File metadata and controls

21 lines (11 loc) · 601 Bytes

HTTP Longpoll

A Rust workspace providing HTTP Long Polling functionality with Stream/Sink API and WebSocket fallback support.

See examples folder for getting started details.

Crates

http-longpoll

Core functionality implementing the long polling primitives with a Stream/Sink API.

http-longpoll-fallback (WIP)

Thin abstraction over ws to allow transparent degradation to long poll.

Status

This project is under active development. While the core functionality is implemented, API changes may occur.