Ably Realtime Integration

Hi there...Has anyone had any experience integrating an Ably.io Realtime API into Node-Red?

Not sure what you mean by integrating but a quick search on their site reveals they have support for MQTT...

https://www.ably.io/documentation/mqtt

Node-red has first-class support for MQTT so in that case, you can definitely communicate with the platform.

I'm certain they will have rest or other web based APIs so I'm fairly certain you can achieve a level of integration.

Thanks very much, that's very helpful...
Apologies...I've never done any coding before but I'm trying to convert an Ably API feed to OSC.
MQTT looks like it could be the answer. :+1:

MQTT is very easy, even for a novice to get working and thankfully very stable.