sse 4.1.7 copy "sse: ^4.1.7" to clipboard
sse: ^4.1.7 copied to clipboard

unlisted

Provides client and server functionality for setting up bi-directional communication through Server Sent Events (SSE) and corresponding POST requests.

Build Status pub package package publisher

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.

75
likes
130
points
2.73M
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

Provides client and server functionality for setting up bi-directional communication through Server Sent Events (SSE) and corresponding POST requests.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

async, collection, logging, pool, shelf, stream_channel, web

More

Packages that depend on sse