|
|
|
|
|
by steventhedev
2524 days ago
|
|
From glancing at the code, this is an observer pattern over asyncio and unix sockets. That means you're unable to communicate outside the current machine (short of hacks like ssh socket forwarding), but adding support for tcp endpoints shouldn't be too hard. I'd be interested to see how well this holds up under load, especially compared to other common event bus patterns. |
|