Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)