sse_client 0.1.0

SDKdartflutter
Platformandroidioswindowslinuxmacosweb

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() {

}