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: 13 days ago
JSON representation
Server-Sent Events/EventSource client based on Surf
- Host: GitHub
- URL: https://github.com/goto-bus-stop/surf-sse
- Owner: goto-bus-stop
- License: mpl-2.0
- Created: 2019-11-30T16:31:15.000Z (over 5 years ago)
- Default Branch: default
- Last Pushed: 2021-06-02T17:53:25.000Z (almost 4 years ago)
- Last Synced: 2025-04-16T00:04:38.120Z (13 days ago)
- Topics: event-sourcing, event-stream, http, server-sent-events, surf
- Language: Rust
- Homepage: https://docs.rs/surf-sse
- Size: 48.8 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)