waseemdev / sse_client

Server Sent Events client package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

}

About

Server Sent Events client package

License:MIT License


Languages

Language:Dart 100.0%