Skip to content

moleculer-java/moleculer-transporter-ably

Repository files navigation

Ably.io Transporter for Moleculer Java

Moleculer Transporter for Ably.io. Ably's realtime APIs expose the entire Ably infrastructure to developers, making it easy to power realtime functionality at any scale. Ably's free "developer" plan contains 3m monthly messages, 100 peak connections and 100 peak channels.

ServiceBroker broker = ServiceBroker.builder()
                                    .nodeID("node1")
                                    .transporter(new AblyTransporter("apiKey"))
                                    .build();

The "apiKey" role must have "Publish" and "Subscribe" privileges.

Moleculer Documentation

Documentation

License

This project is available under the MIT license.