commit | b573a1e9a61f5f3e2198becfa3f4f2e8decd1e90 | [log] [tgz] |
---|---|---|
author | Moritz <mosum@google.com> | Wed Dec 11 13:54:40 2024 +0100 |
committer | GitHub <noreply@github.com> | Wed Dec 11 13:54:40 2024 +0100 |
tree | 60f93d548f589e12a16d03e0ad02f6df9f9d6f83 | |
parent | b97dc3ad9a58a454dc5ffe5b3ec814dadc389e32 [diff] |
Update README.md before archiving (#121)
[!IMPORTANT]
This repo has moved to https://github.com/dart-lang/tools/tree/main/pkgs/sse
This package provides support for bi-directional communication through Server Sent Events and corresponding POST requests.
This package is not intended to be a general purpose SSE package, but instead is a bidirectional protocol for use when Websockets are unavailable. That is, both the client and the server expose a sink
and stream
on which to send and receive messages respectively.
Both the server and client have implicit assumptions on each other and therefore a client from this package must be paired with a server from this package.