GitHub - getditto/quickstart: Ditto apps to get you started quickly.

This repo contains apps that demonstrate how to use the Ditto SDK for supported programming languages and platforms.

See Ditto's Quickstarts documentation for more information.

For support, please contact Ditto Support (support@ditto.live).

Obtaining your Ditto Identity

The Ditto SDK requires you to provide an identity for your application, which may be generated using the Ditto Portal. For the purposes of these quickstart applications, we'll be using the "Online Playground" identity type.

Ditto Portal

Important

The Online Playground identity type is not suitable for production use. It is intended only for development and testing purposes.

To obtain your Ditto identity and configure the quickstart apps with it, follow these steps:

  1. Create a free account in the Ditto Portal.
  2. Create an app in the Ditto Portal.
  3. Copy the .env.sample file to .env.
    • in a terminal: cp .env.sample .env.
    • in a macOS Finder window, press โ‡งโŒ˜. (SHIFT+CMD+period) to show hidden files.
  4. Save your App ID, Online Playground Token, Auth URL, and WebSocket URL in the .env file.

Please see the app-specific README files for details on the tools necessary to build and run them.

Apps

๐Ÿ“„ License

This repo is licensed under the MIT License. See the LICENSE file for rights and limitations.