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/surf-sse

Server-Sent Events/EventSource client based on Surf
https://github.com/goto-bus-stop/surf-sse

event-sourcing event-stream http server-sent-events surf

Last synced: 27 days ago
JSON representation

Server-Sent Events/EventSource client based on Surf

Awesome Lists containing this project

README

        

# surf-sse
Server-Sent Event/Event Sourcing client using [`surf`](https://github.com/http-rs/surf).

## Documentation
On [docs.rs](https://docs.rs/surf-sse).

## Installation
In Cargo.toml:
```toml
[dependencies]
surf-sse = "1.0.0"
```

## License
[MPL-2.0](./LICENSE)