In this post, I compare two cloud pubsub services: Azure Web PubSub and Ably, to determine which provides the best development experience. The context will be a multi-user pixelart drawing application that I've built with both services. - Source: dev.to / 7 months ago
Ably, an edge messaging solution, that offers serverless WebSockets to distribute data in realtime. - Source: dev.to / 9 months ago
Ably - London UK & Boston, US (Hybrid/Remote) https://ably.com/ Our everyday digital experiences are in the midst of a realtime revolution. Whether attending an event in a virtual venue, receiving realtime financial information, or monitoring live car performance data – consumers simply expect realtime digital experiences as standard. As such, synchronized data in realtime is now business critical for many... - Source: Hacker News / 12 months ago
Messaging solutions in the Microsoft landscape have existed since 1997 when Microsoft Message Queuing (MSMQ) was used to deliver messages between applications reliably. These days, however, cloud-based messaging components are used, such as Azure Service Bus, SignalR, and Web PubSub to name a few. In this article, I'll zoom in on another cloud-based, and highly scalable messaging solution, Ably. - Source: dev.to / 12 months ago
Hi folks, This is a quick project I've been working on for a night or two, it lets you talk to people in your native language and then read replies from them in your language too. It's a pretty simple webapp, the messages flow over Ably (https://ably.com) and then get translated by GCP's Cloud Translation API. When I went to the UN I found it magical how I could talk to people in any language through the... - Source: Hacker News / about 1 year ago
We will using Ably in this article to provide Realtime features. - Source: dev.to / about 1 year ago
Instead I cheated a little bit and used a messaging service https://ably.com/. - Source: Hacker News / about 1 year ago
Agile Flush is built with Vue.js as the front-end framework, a Node.js Azure Function to do the authentication with Ably, Ably as the realtime messaging component, and Azure Static Web Apps to host the Vue.js app and the Node function. - Source: dev.to / about 1 year ago
Use something like Pusher or Ably. It will make your life infinitely easier and will work with horizontally scaling backends. - Source: Reddit / about 1 year ago
This is an alternative to https://pusher.com/, https://www.pubnub.com/, https://ably.com/. Not a drop-in replacement for anything in the list – has its own protocol and mechanics, but solves same problems – i.e.. it's possible to build chats, streaming metrics, live comments, multiplayer games on top of Centrifugo. - Source: Reddit / about 1 year ago
If you REALLY want real time, as in asynchronous updating of independent nodes in a non rhythmic way, try Ably. - Source: Reddit / over 1 year ago
Ably is a cloud-native pub/sub messaging platform chiefly designed for distributing data in realtime to any number of web and mobile clients, anywhere in the world. You can think of Ably as the public Internet-facing equivalent of your internal Kafka-powered event-driven pipeline. Ably matches, enhances, and complements Kafka's capabilities. Our platform offers a simple, dependable, scalable, and secure way to... - Source: dev.to / over 1 year ago
Ably is a realtime messaging infrastructure as a service solution. It allows you to enable publish/subscribe-based messaging in your application with just a few lines of code. Ably provides low-latency messaging, high reliability, and is able to work globally on any platform or device. It completely abstracts away the complex problem of scaling realtime communication across multiple regions, from the developer space. - Source: dev.to / over 1 year ago
Ably is an enterprise-grade far-edge pub/sub messaging platform. In a way, Ably is the cross-firewall equivalent of your backend Kafka pipeline. Ably matches, enhances, and complements Kafka's capabilities. Our platform offers a simple, dependable, flexible, and secure way to distribute events (from Kafka and many other systems) across firewalls to end-user devices at scale over a global edge network, at... - Source: dev.to / almost 2 years ago
Do you know an article comparing Ably to other products?
Suggest a link to a post with product alternatives.