Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 988 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 988 Bytes

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.