Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ably-labs/realtime-examples

Explore Ably's many possibilities. Here are a few short examples of realtime functionality you can build into your chat applications, collaborative tools and realtime monitoring solutions.
https://github.com/ably-labs/realtime-examples

ably activity-feeds avatar-stack chat-application emoji-reactions live-charts live-cursor multiplayer-game react realtime realtime-dashboard typing-indicator

Last synced: about 1 month ago
JSON representation

Explore Ably's many possibilities. Here are a few short examples of realtime functionality you can build into your chat applications, collaborative tools and realtime monitoring solutions.

Awesome Lists containing this project

README

        

## ✈️ Overview

This repository contains examples on how to use Ably to build realtime features, like avatar stacks or live cursors.

You'll find them in the `examples` folder, together with instructions on how to run them.

To see what else is possible with Ably, check out our other [realtime examples](https://ably.com/examples?utm_source=ably-labs&utm_medium=github&utm_campaign=realtime-examples).

## 🏃 Requirements

- [Node.js](https://nodejs.org/en/)
- [Ably API Key](https://ably.com/sign-up?utm_source=ably-labs&utm_medium=github&utm_campaign=realtime-examples)
- [Yarn](https://yarnpkg.com/)

## ⚙️ Running all examples

You can also run a single app that shows all the examples:

- Fork or clone the [Examples Repo](https://github.com/ably-labs/realtime-examples).
- Sign up for an account on [Ably](https://ably.com/sign-up?utm_source=ably-labs&utm_medium=github&utm_campaign=realtime-examples) and get an API KEY.
- Rename `.env.example` to `.env` and fill in your API key in the `VITE_ABLY_KEY` environment variable.
- Run `yarn` to install dependencies.
- Run `yarn dev` and go to http://localhost:5173/

## 🤔 Support, feedback and troubleshooting

- [Create a GitHub Issue](https://github.com/ably-labs/realtime-examples/issues)
- [Join our Discord server](https://discord.gg/q89gDHZcBK)
- [Follow us on Twitter](https://twitter.com/ablyrealtime)
- [Use our SDKs](https://github.com/ably/)
- [Visit our website](https://ably.com?utm_source=ably-labs&utm_medium=github&utm_campaign=realtime-examples)

---

[![Ably logo](https://static.ably.dev/badge-black.svg?serverless-websockets-quest)](https://ably.com?utm_source=ably-labs&utm_medium=github&utm_campaign=realtime-examples)