realtime-examples
realtime-examples copied to clipboard
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.
✈️ 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.
🏃 Requirements
⚙️ Running all examples
You can also run a single app that shows all the examples:
- Fork or clone the Examples Repo.
- Sign up for an account on Ably and get an API KEY.
- Rename
.env.exampleto.envand fill in your API key in theVITE_ABLY_KEYenvironment variable. - Run
yarnto install dependencies. - Run
yarn devand go to http://localhost:5173/