Skip to content
/ eric Public

A lightweight message dispatcher based on SSE data transfer objects format

License

Notifications You must be signed in to change notification settings

laxertu/eric

Repository files navigation

The lightweight library for async messaging nobody expects.

Installation

pip install eric-sse

With Redis support

pip install eric-sse[redis-queues]

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

Documentation

Trivia

About

A lightweight message dispatcher based on SSE data transfer objects format

Topics

Resources

License

Stars

Watchers

Forks