sse_client 0.1.0 copy "sse_client: ^0.1.0" to clipboard
sse_client: ^0.1.0 copied to clipboard

discontinuedreplaced by: sse_channel

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

Server Sent Events client package. #

This package provides support for bi-directional communication through Server Sent Events and corresponding POST requests. It's platform-independent, and can be used on both the command-line and the browser.

Usage #

A simple usage example:

import 'package:sse_client/sse_client.dart';

main() {

}
19
likes
110
pub points
78%
popularity

Publisher

verified publisherjamiewest.dev

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

Repository

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, stream_channel

More

Packages that depend on sse_client