freebsd-ports/www/py-sseclient/pkg-descr
2018-03-04 22:05:19 +00:00

6 lines
316 B
Text

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