--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/6b902987-f86b-48ee-b24d-5f66259bef4fo%40googlegroups.com.
Hi,I cannot answer your question, but I have two ideas about what might or might not help your use case.- What I have seen many projects doing is to handle notifications via Firebase https://firebase.google.com/ - both web and mobile - this is because Firebase is "proven" and also supports native mobile app notifications easily- getstream.io provides activity feed tyle notifications as a SaaS service. I think they started as an open source Python project long time ago, but now have only Saas model https://getstream.io/Br,Mikko
On Fri, 25 Sep 2020 at 10:39, Nick Beeuwsaert <nick.be...@gmail.com> wrote:
--Hello,I was wondering if anyone had any experience / ideas regarding using Pyramid and ASGI to deliver live notifications through a websocket stream?I've followed the info here, regarding getting ASGI set up and have a working websocket now. I just need help notifying any connected websockets of events.So far I've tried pushing to an asyncio queue, but I could just be using queues wrong.Curious if anyone has any ideas for this
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pylons-...@googlegroups.com.
On Sep 25, 2020, at 9:19 PM, Nick Beeuwsaert <nick.be...@gmail.com> wrote:
To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/a399c497-64db-4ddf-a7c9-5cbba1305a7ao%40googlegroups.com.