angel3_sync

Last updated:

0 purchases

angel3_sync Image
angel3_sync Images
Add to Cart

Description:

angel3 sync

Angel3 Sync #




Easily synchronize and scale WebSockets using belatuk_pub_sub.
Usage #
This package exposes PubSubSynchronizationChannel, which can simply be dropped into any AngelWebSocket constructor. Once you've set that up, instances of your application will automatically fire events in-sync. That's all you have to do to scale a real-time application with Angel3!
await app.configure(AngelWebSocket(
synchronizationChannel: PubSubSynchronizationChannel(
pub_sub.IsolateClient('<client-id>', adapter.receivePort.sendPort),
),
));
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.