mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
836ac6bc26
Approved by: tcberner (mentor, implicit)
7 lines
316 B
Plaintext
7 lines
316 B
Plaintext
A Python client library for iterating over http Server Sent Event (SSE) streams
|
|
(also known as EventSource, after the name of the Javascript interface inside
|
|
browsers). The SSEClient class accepts a url on init, and is then an iterator
|
|
over messages coming from the server.
|
|
|
|
WWW: https://github.com/btubbs/sseclient
|