Skip to content

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.

License

Notifications You must be signed in to change notification settings

franrob-projects/realtime-examples

 
 

Repository files navigation

✈️ Overview

This repository contains all of the code necessary to run and test the Ably examples locally.

Click on any of the links below to find out more specific information on each example:

All of the examples are built with the following technology:

  • React.js
  • Tailwind
  • HeroIcons

To see what else is possible with Ably, check out our other realtime examples.

🏃 Runtime Requirements

⚙️ Running locally

  • Fork or clone the Examples Repo.
  • Sign up for an account on Ably and get an API KEY.
  • Rename .env.example to .env and fill in your API key in the VITE_ABLY_KEY environment variable. (You can use the same key for all examples or you can create different keys for each app.)
    • VITE_ABLY_KEY_AVATAR_STACK for the Avatar Stack
    • VITE_ABLY_KEY_EMOJI_REACTIONS for the Emoji Reactions
    • VITE_ABLY_KEY_USER_CLAIMS for User Claims
  • Run yarn or npm install to install dependencies.
  • Run yarn dev or npm run dev and go to http://localhost:5173/

🤔 Support, feedback and troubleshooting


Ably logo

About

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.4%
  • HTML 1.5%
  • Other 1.1%