AnyCable v1.5: socketio-like pub/sub with delivery and performance guaranteed(anycable.substack.com)
anycable.substack.com
AnyCable v1.5: socketio-like pub/sub with delivery and performance guaranteed
https://anycable.substack.com/p/any-cables-monthly-19
v1.5 comes with new features allowing you to use AnyCable in a standalone mode with any (or none) backend: – pub/sub streams: public and signed; – whispering: publish broadcasts from clients, w/o touching backend; useful for typing indicators, cursors, and other frontend-only features.
Check out our new demos:
1. Next.js demo w/ public streams and whispers: https://stackblitz.com/edit/anycable-pubsub 2. Rails demo using signed streams instead of channels (and whispers, too): https://github.com/anycable/anycable_rails_demo/pull/34