broadcaster
broadcaster copied to clipboard
Broadcast channels for async web apps. 📢
Hello, I wanted to provide an initial draft for the CI of this tool. It's running test for redis, postgres and kafka. Let me know what do you think. My...
This PR adds support for [NATS](https://nats.io), it supports the publish/subscribe feature of NATS only. Let me know what you think of it and if any changes might be necessary. Cheers
Based on @tomchristie [comment](https://github.com/encode/broadcaster/pull/3#issuecomment-591397161). I have added `await self._wait_for_channel()`, to wait for the channel.
not sure how to take care of `ChannelClosedError`...
Something that'd be really valuable would be to allow subscriptions to start up with some initial history. For example: * Subscribe to "logs", with the last 1000 records, so that...