Skip to content

A synchronous event framework,Use ZMQ's XSUB/XPUB

Notifications You must be signed in to change notification settings

feng-crazy/EventBus-Python

Repository files navigation

EventBus-Python

A synchronous event framework,Use ZMQ's XSUB/XPUB

This project is an application framework for event synchronization.

Focus on uncoupling the code and make it easy to extend the program.

Use ZMQ's XSUB/XPUB inproc as an event bus,Each of the classes that inherit from EventTarget can publish and subscribe to events.

The publisher sends the event to the bus, which then informs all subscribers to process the event

About

A synchronous event framework,Use ZMQ's XSUB/XPUB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages