yew-event-source 0.2.1

an event source service for the yew web framework
Documentation
# yew-event-source

[![Crates.io](https://img.shields.io/crates/v/yew-event-source.svg)](https://crates.io/crates/yew-event-source)
[![Documentation](https://docs.rs/yew-event-source/badge.svg)](https://docs.rs/yew-event-source/)
[![Crate License](https://img.shields.io/crates/l/yew-event-source.svg)](https://crates.io/crates/yew-event-source)
[![Dependency status](https://deps.rs/repo/github/strawlab/yew-event-source/status.svg)](https://deps.rs/repo/github/strawlab/yew-event-source)

For an example of use, please see the [yew frontend demo for
`bui-backend`](https://github.com/astraw/bui-backend/tree/main/bui-demo/frontend_yew).

You may also be interested in [this similar crate by
liquidblock](https://github.com/liquidblock/yew-sse).

## Code of conduct

Anyone who interacts with this software in any space, including but not limited
to this GitHub repository, must follow our [code of
conduct](code_of_conduct.md).

## License

Licensed under either of these:

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or
   https://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or
   https://opensource.org/licenses/MIT)