Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.14 KB

File metadata and controls

35 lines (21 loc) · 1.14 KB

The lightweight library for async messaging nobody expects.

Installation

pip install eric-sse

Related packages

Features

  • Send to one listener and broadcast
  • SSE format was adopted by design, making the library suitable for such kind of model
  • Callbacks and threading support
  • Sockets server prefab for offline inter process communication

Possible applications

  • Message delivery mechanisms based on SSE
  • Message queue processing (logging, ETL, http based notification systems, etc)

Documentation

Trivia