Systems | Development | Analytics | API | Testing

Ably

In-app messaging strategies and best practices to drive delight

Increased customer expectations are fueling the need for companies to adopt an omnichannel communication strategy. Research by Google shows 68% of consumers value convenience of communication highly, which is backed by a HubSpot study where people cite 13 separate channels through which they want to communicate with businesses, including live chat and social media.

How to build and launch realtime features faster

An innovative new product idea can be genuinely exciting but it’s the execution that delivers value. How fast you can get a product or feature to market can be the difference between a solid return on investment or missing the moment because someone else got there first. With realtime experiences as a core part of almost every web and mobile based app, how well and how quickly you can deliver realtime infrastructure is a core factor in your time to market.

Live streaming for e-commerce: How to upgrade your shopping experience

Retail’s great revolution from bricks and mortar to e-commerce might have seemed complete. But another chapter of the story is being written. As in-person retail fights back by focusing on in-store experience and service, a new online retail trend is helping to replace the human factor otherwise missing from e-commerce.

Building realtime experiences: How to reduce the cost

Realtime is now a core user expectation. Whether you’re enabling online communities through realtime chat or creating shared workspaces for remote collaboration, a near instantaneous flow of data forms the backbone of modern software engineering. As such, most organizations have already had a discussion around whether to buy realtime infrastructure or to build it in-house.

CRDTs are simpler and more common than you think

CRDTs can sometimes be talked about as complex data structures that you use with CRDT libraries. And they can be that, but they don't have to be. Some of the natural solutions that any software engineer might come up to solve a problem in a distributed system are CRDTs, even though the implementer might not know or care that they are. It can be useful to identify label them as such.

The ultimate live chat features list (with examples)

Customer experience is changing. Research from Merkle shows that customer loyalty increasingly relies on an emotional connection, with frictionless interactions a core requirement. This means that the days of strictly regimented, one-off customer contacts are over. Instead, customers today expect an ongoing relationship with the brands they trust. Done well, live chat can be the ideal way to provide that ongoing connection.

Building realtime experiences: How to reduce the risk

Build vs buy conversations often start with cost. Specifically, “Can we build and maintain this in-house for less than a vendor wants to charge?” And that’s a pretty good opener. In fact, we’ll tackle that in the next post in this series. But as we saw in our previous installment, building your own realtime experience infrastructure is complex. Comparing costs makes little sense if you haven’t already considered the risk that this complexity brings.

In-game chat: Eight key features and how to deliver them

With more than a billion players worldwide, online games are a significant cultural, social, and economic phenomenon. And while innovative gameplay gets people through the door, it’s the social aspect of online gaming that keeps them playing. That puts social functionality front and center when it comes to the difference between an ongoing hit and an expensive flash in the pan. And players are quite particular about how they want to engage with others.

Ably Terraform provider: provision & configure Ably programmatically

The Ably Terraform provider greatly simplifies the provisioning and managing of realtime architectures that include Ably via HashiCorp Terraform. Our growing reliance on realtime applications is highlighted both by the impact of incidents such as WhatApp’s latest outage, and by an exponential growth in use cases for realtime technology. This growth is spurred on by the fast adoption of dynamically orchestrated, microservice-oriented cloud architectures.

WebSockets vs Server-Sent Events: Key differences and which to use

WebSockets and Server-Sent Events are commonly used in realtime applications where quick and efficient data transfer is a critical requirement. The expectations of realtime experiences in applications has only grown with time, with improving technology and understanding of what is possible. This article compares two popular realtime protocols — the WebSockets and Server-Sent Event APIs. Below you’ll learn what each is capable of, their pros and cons, and when to use them.