Systems | Development | Analytics | API | Testing

Messaging

3 fundamentals for building realtime updates in sports, media, and entertainment apps

At first glance, sports fans, news geeks, and pop culture enthusiasts seem largely dissimilar. Often, as a result, the apps that serve these groups are largely different – with a sports app comparing the stats of different athletes and a celebrity news app sharing video interviews and gossip. But when these seemingly different users log on to these different apps, they’ll likely all expect the same thing: A fresh update published mere seconds after they opened the app.

Building realtime experiences with Amazon Aurora

Aurora is a managed database service from Amazon compatible with MySQL and PostgreSQL. It allows for the use of existing MySQL code, tools, and applications and can offer increased performance for certain workloads compared to MySQL and PostgreSQL. Being an AWS product, it benefits from the range of tools and services available on AWS, with simple integrations for analytics and processing. Having all of these tools available makes building larger projects easier and quicker.

Popular instant messaging and chat protocols

Chat and instant messaging are a key part of how many applications are driving product adoption, user engagement, and retention. As a product owner or developer, you’re almost spoiled for choice when it comes to deciding how to implement chat in your product. In this article, we’re going to go deep and look at the protocols that power chat.

Subscription Filters: Simplify your channel architecture and save costs

We're excited to share Ably’s newest feature, Subscription Filters. It gives subscribers to a channel the ability to easily create their own custom realtime data feeds, by selectively subscribing to receive only part of the data from the channel. For a publisher, the advantage is being able to create personalized data streams for large numbers of individual clients, without having to worry about the scalability, maintenance, and reliability of a complicated realtime data feed infrastructure.

Choosing a data push method for maximum compatibility and reliability

Pushing data from the server to the client is a problem almost as old as the Web. In the early days, developers had to rely on ingenuity to achieve data push, often resulting in novel solutions like polling that compromised on performance. However, as the demand for realtime features surged, dedicated methods to send data from the server emerged. Today, you have four options: Which one is best?

Why elasticity is essential for delivering realtime updates at scale

Elasticity – the ability of software infrastructure to adapt and scale to fluctuations in usage – is an essential part of realtime updates. Elasticity is not a new problem but for realtime update systems, the challenge is different in two major ways: In a previous article, we walked through the fundamentals that comprise a successful realtime update infrastructure.

Scaling realtime messaging for live chat experiences: Challenges and best practices

Live chat is the most common type of realtime web experience. Embedded in our everyday lives, we use messaging platforms like WhatsApp and Slack daily to keep in touch with friends and family, and to communicate and collaborate at work. With live chat functionality also prominent across e-commerce, live streaming, and e-learning experiences, end users have come to expect (near) instant message receipt and delivery.

Why data integrity is essential for delivering realtime updates at scale

You're overseeing your delivery logistics from your dashboard when an alarming notification surfaces - one of your drivers has had a minor accident and they're unable to finish their route. You start considering your options. Is there a replacement driver close by? Is there a spare vehicle available for the original driver? Just as you're figuring things out, another alert arrives: your driver is okay and the delivery is still on time.