Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goto-bus-stop/sse-codec
A futures_codec that encodes and decodes Server-Sent Event/Event Sourcing streams.
https://github.com/goto-bus-stop/sse-codec
Last synced: 27 days ago
JSON representation
A futures_codec that encodes and decodes Server-Sent Event/Event Sourcing streams.
- Host: GitHub
- URL: https://github.com/goto-bus-stop/sse-codec
- Owner: goto-bus-stop
- License: mpl-2.0
- Created: 2019-11-19T19:37:08.000Z (almost 5 years ago)
- Default Branch: default
- Last Pushed: 2023-03-12T14:30:46.000Z (over 1 year ago)
- Last Synced: 2024-04-23T22:19:48.582Z (7 months ago)
- Language: Rust
- Homepage: https://docs.rs/sse-codec
- Size: 52.7 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# sse-codec
A [`futures_codec`](https://crates.io/crates/futures_codec) that encodes and decodes Server-Sent Event/Event Sourcing streams.## Documentation
On [docs.rs](https://docs.rs/sse-codec).## Installation
With `cargo-edit` do:
```
cargo add sse-codec
```Or in Cargo.toml:
```toml
[dependencies]
sse-codec = "0.3.2"
```## Related
* [surf-sse](https://crates.io/crates/surf-sse) - EventSource client based on [Surf](https://github.com/http-rs/surf) and sse-codec.## License
[MPL-2.0](./LICENSE)